Home
last modified time | relevance | path

Searched refs:IsDir (Results 1 – 7 of 7) sorted by relevance

/system/iorap/src/db/
Dfile_models.cc43 static bool IsDir(const std::string& dirpath) { in IsDir() function
60 if (!IsDir(dir_path)) { in MkdirWithParents()
/system/extras/simpleperf/
Dutils.cpp201 if (IsDir(dirpath + OS_PATH_SEPARATOR + entries[i])) { in GetSubDirs()
208 bool IsDir(const std::string& dirpath) { in IsDir() function
244 if (!IsDir(dir_path)) { in MkdirWithParents()
418 if (check_if_exists && !IsDir(StringPrintf("/proc/%d", tid))) { in GetTidsFromString()
Dgtest_main.cpp109 if (!IsDir(testdata_dir)) { in main()
DETMRecorder.cpp95 if (!IsDir(ETM_DIR) || !ReadValueInEtmDir("type", &event_type_, false)) { in GetEtmEventType()
Dutils.h158 bool IsDir(const std::string& dirpath);
Denvironment.cpp82 } else if (IsDir(entry_path)) { in GetAllModuleFiles()
158 return IsDir(android::base::StringPrintf("/proc/%d", tid)); in IsThreadAlive()
954 if (IsDir(path)) { in GetTraceFsDir()
Ddso.cpp65 if (!IsDir(symfs_dir_)) { in SetSymFsDir()
83 if (!IsDir(symbol_dir)) { in AddSymbolDir()
95 if (IsDir(path)) { in CollectBuildIdInDir()