HomeSort by relevance Sort by last modified time
    Searched refs:IsRegularFile (Results 1 - 6 of 6) sorted by null

  /system/extras/simpleperf/
utils.h 153 bool IsRegularFile(const std::string& filename);
read_apk.cpp 157 if (!IsRegularFile(apk_path)) {
utils.cpp 155 bool IsRegularFile(const std::string& filename) {
dso.cpp 169 if (IsRegularFile(file_path)) {
environment.cpp 161 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) {
read_elf.cpp 89 if (!IsRegularFile(filename)) {

Completed in 166 milliseconds