Searched refs:IsRegularFile (Results 1 – 11 of 11) sorted by relevance
77 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function277 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()
100 if (IsRegularFile(path)) { in IsKprobeSupported()
160 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
126 ASSERT_FALSE(IsRegularFile(tmpfile.path)); in TEST()
159 bool IsRegularFile(const std::string& filename);
218 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
151 if (!IsRegularFile(filename)) { in OpenObjectFile()
310 if (IsRegularFile(governor_path)) { in Use()
764 if (!IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
78 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
619 } else if (IsRegularFile(debug_file_path_)) { in KernelDso()