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.cpp81 const std::string entry_path = path + "/" + entry_name; in DeleteDirectory() local
83 DeleteDirectory(entry_path); in DeleteDirectory()
85 unlink(entry_path.c_str()); in DeleteDirectory()
/system/extras/simpleperf/
Denvironment.cpp153 std::string entry_path = path + "/" + name; in GetAllModuleFiles() local
154 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
157 module_file_map->insert(std::make_pair(module_name, entry_path)); in GetAllModuleFiles()
158 } else if (IsDir(entry_path)) { in GetAllModuleFiles()
159 GetAllModuleFiles(entry_path, module_file_map); in GetAllModuleFiles()