Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h118 bool IsRegularFile(const std::string& filename);
Dutils.cpp143 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
Dread_apk.cpp143 if (!IsRegularFile(apk_path)) { in IsValidApkPath()
Dread_elf.cpp54 if (!IsRegularFile(filename)) { in IsValidElfPath()