Searched refs:IsRegularFile (Results 1 – 11 of 11) sorted by relevance
100 if (IsRegularFile(path)) { in IsKprobeSupported()
159 bool IsRegularFile(const std::string& filename);
247 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
168 if (EndsWith(dso_path, ".apk") && IsRegularFile(path)) { in FindDebugFile()489 if (!IsRegularFile(std::get<0>(tuple) ? std::get<1>(tuple) : debug_file_path)) { in LoadSymbolsImpl()647 } else if (IsRegularFile(GetDebugFilePath())) { in KernelDso()
124 ASSERT_FALSE(IsRegularFile(tmpfile.path)); in TEST()
218 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
151 if (!IsRegularFile(filename)) { in OpenObjectFile()
724 if (!IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
309 if (IsRegularFile(governor_path)) { in Use()
79 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
77 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function309 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()