Home | History | Annotate | Download | only in tests

Lines Matching refs:GetTestlibRoot

102   std::string helper = GetTestlibRoot() +
117 std::string helper = GetTestlibRoot() +
142 std::string helper = GetTestlibRoot() +
154 std::string helper = GetTestlibRoot() +
169 std::string helper = GetTestlibRoot() +
180 std::string helper = GetTestlibRoot() +
182 std::string env = std::string("LD_PRELOAD=") + GetTestlibRoot() + "/ld_preload_test_helper_lib2.so";
207 std::string error_message = "CANNOT LINK EXECUTABLE \"" + GetTestlibRoot() + "/ld_config_test_helper/ld_config_test_helper\": library \"ld_config_test_helper_lib1.so\" not found\n";
208 std::string helper = GetTestlibRoot() +
224 fout << "dir.test = " << GetTestlibRoot() << "/ld_config_test_helper/" << std::endl
227 << "namespace.default.search.paths = " << GetTestlibRoot() << std::endl
230 << "namespace.ns2.search.paths = " << default_search_paths << ":" << GetTestlibRoot() << "/ns2" << std::endl;
250 std::string helper = GetTestlibRoot() +
273 std::string helper = GetTestlibRoot() +
278 std::string env2 = std::string("LD_PRELOAD=") + GetTestlibRoot() + "/ld_config_test_helper_lib3.so";
302 std::string error_message = "CANNOT LINK EXECUTABLE \"" + GetTestlibRoot() + "/ld_config_test_helper/ld_config_test_helper\": library \"ld_config_test_helper_lib1.so\" not found\n";
303 std::string helper = GetTestlibRoot() +