Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddeflate_utils.cc77 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function
277 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()
/system/extras/simpleperf/
Dcmd_api.cpp172 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
Dutils.h138 bool IsRegularFile(const std::string& filename);
Dutils.cpp210 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
Dread_elf.cpp140 if (!IsRegularFile(filename)) { in OpenObjectFile()
DJITDebugReader.cpp742 if (!IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
Dcmd_stat.cpp313 if (IsRegularFile(governor_path)) { in Use()
Denvironment.cpp138 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()