Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddeflate_utils.cc77 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function
277 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()
/system/extras/simpleperf/
DProbeEvents.cpp100 if (IsRegularFile(path)) { in IsKprobeSupported()
Dcmd_api.cpp160 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
Dcmd_inject_test.cpp126 ASSERT_FALSE(IsRegularFile(tmpfile.path)); in TEST()
Dutils.h159 bool IsRegularFile(const std::string& filename);
Dutils.cpp218 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
Dread_elf.cpp151 if (!IsRegularFile(filename)) { in OpenObjectFile()
Dcmd_stat.cpp310 if (IsRegularFile(governor_path)) { in Use()
DJITDebugReader.cpp764 if (!IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
Denvironment.cpp78 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
Ddso.cpp619 } else if (IsRegularFile(debug_file_path_)) { in KernelDso()