Searched refs:entry_path (Results 1 – 7 of 7) sorted by relevance
/system/core/bootstat/ |
D | boot_event_record_store_test.cpp | 83 const std::string entry_path = path + "/" + entry_name; in DeleteDirectory() local 85 DeleteDirectory(entry_path); in DeleteDirectory() 87 unlink(entry_path.c_str()); in DeleteDirectory()
|
/system/extras/simpleperf/ |
D | environment.cpp | 82 std::string entry_path = path + "/" + name; in GetAllModuleFiles() local 83 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles() 86 module_file_map->insert(std::make_pair(module_name, entry_path)); in GetAllModuleFiles() 87 } else if (IsDir(entry_path)) { in GetAllModuleFiles() 88 GetAllModuleFiles(entry_path, module_file_map); in GetAllModuleFiles()
|
D | JITDebugReader.cpp | 723 std::string entry_path; in ReadDexFileDebugInfo() local 728 if (ParseExtractedInMemoryPath(it->name, &zip_path, &entry_path)) { in ReadDexFileDebugInfo() 729 file_path = GetUrlInApk(zip_path, entry_path); in ReadDexFileDebugInfo()
|
D | dso.cpp | 200 std::string entry_path = std::get<2>(tuple); in GetPathInSymFsDir() local 202 return GetUrlInApk(add_symfs_prefix(apk_path), entry_path); in GetPathInSymFsDir()
|
/system/core/init/ |
D | README.ueventd.md | 96 `no_fnm_pathname`, ueventd matches the entry by `fnmatch(entry_path, incoming_path, 0)` 97 2. Otherwise, ueventd matches the entry by `fnmatch(entry_path, incoming_path, FNM_PATHNAME)`
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 383 entry_path = os.path.realpath(entry.dt_file.name) 384 if entry_path == dt_entry_path:
|
/system/apex/tools/ |
D | deapexer.py | 235 entry_path = os.path.join(path, name)
|