Searched refs:GetEntriesInDir (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | event_type.cpp | 40 GetEntriesInDir(tracepoint_dirname, nullptr, &system_dirs); in GetTracepointEventTypes() 44 GetEntriesInDir(system_path, nullptr, &event_dirs); in GetTracepointEventTypes()
|
D | utils.h | 115 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files,
|
D | environment.cpp | 188 GetEntriesInDir(path, &files, &subdirs); in GetAllModuleFiles() 281 GetEntriesInDir(task_dirname, nullptr, &subdirs); in GetThreadsInProcess() 315 GetEntriesInDir("/proc", nullptr, &subdirs); in GetThreadComms()
|
D | utils.cpp | 102 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files, in GetEntriesInDir() function
|
D | dso.cpp | 99 GetEntriesInDir(symfs_dir, &files, &subdirs); in SetSymFsDir()
|