Searched refs:GetEntriesInDir (Results 1 – 8 of 8) sorted by relevance
144 for (const auto& name : GetEntriesInDir(ETM_DIR)) { in ReadEtmInfo()169 for (const auto& name : GetEntriesInDir(ETM_DIR + "sinks")) { in FindSinkConfig()
84 for (const std::string& filename : GetEntriesInDir(tmpdir.path)) { in RecordApp()
157 for (const auto& name : GetEntriesInDir(SIMPLEPERF_DATA_DIR)) { in CollectRecordingData()
179 std::vector<std::string> GetEntriesInDir(const std::string& dirpath) { in GetEntriesInDir() function198 std::vector<std::string> entries = GetEntriesInDir(dirpath); in GetSubDirs()
156 std::vector<std::string> GetEntriesInDir(const std::string& dirpath);
76 for (const auto& name : GetEntriesInDir(path)) { in GetAllModuleFiles()171 std::vector<std::string> entries = GetEntriesInDir("/proc"); in GetAllProcesses()469 std::vector<std::string> files = GetEntriesInDir(fd_path); in HasOpenedAppApkFile()
224 for (const auto& event_name : GetEntriesInDir(events_dirname)) { in LoadTypes()246 for (const auto& format_name : GetEntriesInDir(formats_dirname)) { in ParseEventFormats()
93 for (const std::string& entry : GetEntriesInDir(dir)) { in CollectBuildIdInDir()