Lines Matching refs:std

116   std::string usage_prefix = std::string("Usage: ") + path_to_linker;  in TEST()
127 std::string helper = GetTestlibRoot() + in TEST()
129 std::string expected_output = in TEST()
143 std::string helper = GetTestlibRoot() + in TEST()
145 std::string expected_output = in TEST()
159 std::string error_message = "error: linker cannot load itself\n"; in TEST()
169 std::string helper = GetTestlibRoot() + in TEST()
181 std::string helper = GetTestlibRoot() + in TEST()
196 std::string helper = GetTestlibRoot() + in TEST()
207 std::string helper = GetTestlibRoot() + in TEST()
209std::string env = std::string("LD_PRELOAD=") + GetTestlibRoot() + "/ld_preload_test_helper_lib2.so… in TEST()
234 std::string error_message = in TEST()
238 std::string helper = GetTestlibRoot() + in TEST()
253 std::ofstream fout(config_file, std::ios::out); in create_ld_config_file()
254 fout << "dir.test = " << GetTestlibRoot() << "/ld_config_test_helper/" << std::endl in create_ld_config_file()
255 << "[test]" << std::endl in create_ld_config_file()
256 << "additional.namespaces = ns2" << std::endl in create_ld_config_file()
257 << "namespace.default.search.paths = " << GetTestlibRoot() << std::endl in create_ld_config_file()
258 << "namespace.default.links = ns2" << std::endl in create_ld_config_file()
259 …default.link.ns2.shared_libs = libc.so:libm.so:libdl.so:ld_config_test_helper_lib1.so" << std::endl in create_ld_config_file()
260 …ace.ns2.search.paths = " << default_search_paths << ":" << GetTestlibRoot() << "/ns2" << std::endl; in create_ld_config_file()
279 std::string helper = GetTestlibRoot() + in TEST()
283 std::string env = std::string("LD_CONFIG_FILE=") + config_file.path; in TEST()
301 std::string helper = GetTestlibRoot() + in TEST()
305 std::string env = std::string("LD_CONFIG_FILE=") + config_file.path; in TEST()
306std::string env2 = std::string("LD_PRELOAD=") + GetTestlibRoot() + "/ld_config_test_helper_lib3.so… in TEST()
329 std::string error_message = std::string("CANNOT LINK EXECUTABLE ") + in TEST()
332 std::string helper = GetTestlibRoot() + in TEST()
336 std::string env = std::string("LD_CONFIG_FILE=") + config_file.path; in TEST()
348 const std::string path = GetTestlibRoot() + "/" + lib; in RelocationsTest()
352 ASSERT_TRUE(eth.GetOutput().find(expectation) != std::string::npos) << eth.GetOutput(); in RelocationsTest()