Home
last modified time | relevance | path

Searched refs:entry_path (Results 1 – 2 of 2) sorted by relevance

/system/core/bootstat/
Dboot_event_record_store_test.cpp84 const std::string entry_path = path + "/" + entry_name; in DeleteDirectory() local
86 DeleteDirectory(entry_path); in DeleteDirectory()
88 unlink(entry_path.c_str()); in DeleteDirectory()
/system/extras/simpleperf/
Denvironment.cpp157 std::string entry_path = path + "/" + name; in GetAllModuleFiles() local
158 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
161 module_file_map->insert(std::make_pair(module_name, entry_path)); in GetAllModuleFiles()
162 } else if (IsDir(entry_path)) { in GetAllModuleFiles()
163 GetAllModuleFiles(entry_path, module_file_map); in GetAllModuleFiles()