Home
last modified time | relevance | path

Searched refs:IsRegularFile (Results 1 – 7 of 7) sorted by relevance

/system/apex/apexd/
Dapex_shim.cpp93 Status IsRegularFile(const fs::directory_entry& entry) { in IsRegularFile() function
113 const Status& status = IsRegularFile(entry); in IsHashTxt()
167 return IsRegularFile(entry); in IsWhitelistedTopLevelEntry()
/system/extras/simpleperf/
Dutils.h137 bool IsRegularFile(const std::string& filename);
Dcmd_api.cpp168 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
Dutils.cpp211 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
DJITDebugReader.cpp554 if (!IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
Dread_elf.cpp90 if (!IsRegularFile(filename)) { in IsValidElfPath()
Denvironment.cpp163 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()