Home
last modified time | relevance | path

Searched refs:IsRegularFile (Results 1 – 11 of 11) sorted by relevance

/system/extras/simpleperf/
DProbeEvents.cpp100 if (IsRegularFile(path)) { in IsKprobeSupported()
Dutils.h159 bool IsRegularFile(const std::string& filename);
Dcmd_api.cpp247 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
Ddso.cpp168 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()
Dcmd_inject_test.cpp124 ASSERT_FALSE(IsRegularFile(tmpfile.path)); in TEST()
Dutils.cpp218 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
Dread_elf.cpp151 if (!IsRegularFile(filename)) { in OpenObjectFile()
DJITDebugReader.cpp724 if (!IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
Dcmd_stat.cpp309 if (IsRegularFile(governor_path)) { in Use()
Denvironment.cpp79 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
/system/update_engine/payload_generator/
Ddeflate_utils.cc77 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function
309 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()