HomeSort by relevance Sort by last modified time
    Searched refs:GetTestlibRoot (Results 1 - 8 of 8) sorted by null

  /bionic/tests/
gtest_globals.h 24 std::string GetTestlibRoot();
gtest_globals_cts.cpp 30 std::string GetTestlibRoot() {
dl_test.cpp 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::end
    [all...]
gtest_globals.cpp 26 std::string GetTestlibRoot() {
dlext_test.cpp 109 const std::string lib_path = GetTestlibRoot() + "/libdlext_test_fd/libdlext_test_fd.so";
127 const std::string lib_path = GetTestlibRoot() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.zip";
153 const std::string lib_path = GetTestlibRoot() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.zip";
245 const std::string lib_path = GetTestlibRoot() + lib_zip_path;
259 const std::string lib_path = GetTestlibRoot() + lib_zip_path;
278 const std::string lib_path = GetTestlibRoot() + lib_zip_path + "!/libdir";
727 const std::string lib_public_path = GetTestlibRoot() + "/public_namespace_libs/" + g_public_lib;
747 (GetTestlibRoot() + "/private_namespace_libs").c_str(),
757 (GetTestlibRoot() + "/private_namespace_libs").c_str(),
    [all...]
elftls_dl_test.cpp 68 std::string helper = GetTestlibRoot() +
70 std::string src_path = GetTestlibRoot() + "/libtest_elftls_shared_var_ie.so";
71 std::string dst_path = GetTestlibRoot() + "/libtest_elftls_shared_var.so";
331 std::string libpath = GetTestlibRoot() + "/libtest_elftls_dynamic.so";
cfi_test.cpp 138 std::string helper = GetTestlibRoot() + "/cfi_test_helper/cfi_test_helper";
150 std::string helper = GetTestlibRoot() + "/cfi_test_helper2/cfi_test_helper2";
dlfcn_test.cpp     [all...]

Completed in 391 milliseconds