Lines Matching refs:string

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()
209 …std::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()
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()
306 …std::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()