Searched defs:executable_path (Results 1 – 4 of 4) sorted by relevance
174 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in run_linker_config_smoke_test() local295 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in TEST() local340 std::string executable_path = sub_dir + "/some-binary"; in TEST() local
3535 static std::string get_ld_config_file_apex_path(const char* executable_path) { in get_ld_config_file_apex_path()3560 bool is_linker_config_expected(const char* executable_path) { in is_linker_config_expected()3576 static std::string get_ld_config_file_path(const char* executable_path) { in get_ld_config_file_path()3637 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) { in init_default_namespaces()
356 char executable_path[PATH_MAX]; in TEST() local
929 const std::string executable_path = android::base::GetExecutablePath(); in TEST() local