Searched defs:executable_path (Results 1 – 4 of 4) sorted by relevance
137 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in run_linker_config_smoke_test() local253 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in TEST() local297 std::string executable_path = sub_dir + "/some-binary"; in TEST() local
3353 static std::string get_ld_config_file_apex_path(const char* executable_path) { in get_ld_config_file_apex_path()3381 bool is_linker_config_expected(const char* executable_path) { in is_linker_config_expected()3397 static std::string get_ld_config_file_path(const char* executable_path) { in get_ld_config_file_path()3438 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) { in init_default_namespaces()
353 char executable_path[PATH_MAX]; in TEST() local
935 const std::string executable_path = android::base::GetExecutablePath(); in TEST() local