Home
last modified time | relevance | path

Searched defs:executable_path (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_config_test.cpp139 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in run_linker_config_smoke_test() local
255 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in TEST() local
299 std::string executable_path = sub_dir + "/some-binary"; in TEST() local
H A Dlinker.cpp3356 static std::string get_ld_config_file_apex_path(const char* executable_path) { in get_ld_config_file_apex_path()
3384 bool is_linker_config_expected(const char* executable_path) { in is_linker_config_expected()
3400 static std::string get_ld_config_file_path(const char* executable_path) { in get_ld_config_file_path()
3441 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) { in init_default_namespaces()
/aosp12/art/dexlayout/
H A Ddexdiag_test.cc84 std::string executable_path = GetDexDiagFilePath(); in Exec() local
/aosp12/art/libartbase/base/
H A Dcommon_art_test.cc512 UniqueCPtr<char[]> executable_path(realpath(cmdline.c_str(), nullptr)); in GetTestDexFileName() local
/aosp12/bionic/tests/
H A Dstdlib_test.cpp353 char executable_path[PATH_MAX]; in TEST() local
H A Ddlfcn_test.cpp935 const std::string executable_path = android::base::GetExecutablePath(); in TEST() local