Searched refs:IsRegularFile (Results 1 – 18 of 18) sorted by relevance
82 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function317 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()
458 bool IsRegularFile = false; variable529 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
474 bool IsRegularFile = false; variable545 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
183 if (EndsWith(dso_path, ".apk") && IsRegularFile(path)) { in FindDebugFile()574 if (!IsRegularFile(std::get<0>(tuple) ? std::get<1>(tuple) : debug_file_path)) { in LoadSymbolsImpl()961 if (!IsRegularFile(GetDebugFilePath())) { in CalculateMinVaddr()
109 if (IsRegularFile(path)) { in IsKprobeSupported()
243 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
238 bool IsRegularFile(const std::string& filename);
127 ASSERT_FALSE(IsRegularFile(tmpfile.path)); in TEST()
221 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
149 if (!IsRegularFile(filename)) { in OpenObjectFile()
731 } else if (IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
322 if (IsRegularFile(governor_path)) { in Use()
84 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
646 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()649 SupportsSeeking = !EC && IsRegularFile; in raw_fd_ostream()
116 bool IsRegularFile(const int fd) { in IsRegularFile() function1076 : fd_(fd), errno_(in_errno), is_regular_file_(IsRegularFile(fd_)) { in FileInstance()