Searched refs:IsRegularFile (Results 1 – 9 of 9) sorted by relevance
77 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function277 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()
168 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
696 if (!IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
171 if (!IsRegularFile(filename)) { in OpenObjectFile()
138 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
308 if (IsRegularFile(governor_path)) { in Use()
124 return IsRegularFile(path) && debug_build_id.IsEmpty(); in FindDebugFile()