Searched refs:GetEntriesInDir (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | utils.h | 61 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files,
|
D | utils.cpp | 49 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files, in GetEntriesInDir() function
|
D | environment.cpp | 180 GetEntriesInDir(path, &files, &subdirs); in GetAllModuleFiles() 279 GetEntriesInDir(task_dirname, nullptr, &subdirs); in GetThreadComm() 304 GetEntriesInDir("/proc", nullptr, &subdirs); in GetThreadComms()
|