Searched refs:IsRegularFile (Results 1 – 8 of 8) sorted by relevance
77 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function277 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()
172 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
138 bool IsRegularFile(const std::string& filename);
210 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
140 if (!IsRegularFile(filename)) { in OpenObjectFile()
742 if (!IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
313 if (IsRegularFile(governor_path)) { in Use()
138 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()