Home | History | Annotate | Download | only in tests

Lines Matching refs:string

29 #include <string>
90 std::string expected_output = std::string("This is ") + kPathToLinker +
99 std::string helper = get_testlib_root() +
110 std::string helper = get_testlib_root() +
122 std::string helper = get_testlib_root() +
133 std::string helper = get_testlib_root() +
135 std::string env = std::string("LD_PRELOAD=") + get_testlib_root() + "/ld_preload_test_helper_lib2.so";
160 std::string error_message = "CANNOT LINK EXECUTABLE \"" + get_testlib_root() + "/ld_config_test_helper/ld_config_test_helper\": library \"ld_config_test_helper_lib1.so\" not found\n";
161 std::string helper = get_testlib_root() +
202 std::string helper = get_testlib_root() +
206 std::string env = std::string("LD_CONFIG_FILE=") + config_file.filename;
224 std::string helper = get_testlib_root() +
228 std::string env = std::string("LD_CONFIG_FILE=") + config_file.filename;
229 std::string env2 = std::string("LD_PRELOAD=") + get_testlib_root() + "/ld_config_test_helper_lib3.so";
253 std::string error_message = "CANNOT LINK EXECUTABLE \"" + get_testlib_root() + "/ld_config_test_helper/ld_config_test_helper\": library \"ld_config_test_helper_lib1.so\" not found\n";
254 std::string helper = get_testlib_root() +
258 std::string env = std::string("LD_CONFIG_FILE=") + config_file.filename;