Searched refs:GetEntriesInDir (Results 1 – 8 of 8) sorted by relevance
143 for (const auto &name : GetEntriesInDir(ETM_DIR)) { in ReadEtmInfo()163 for (const auto &name : GetEntriesInDir(ETM_DIR + "sinks")) { in FindSinkConfig()
84 for (const std::string& filename : GetEntriesInDir(tmpdir.path)) { in RecordApp()
169 for (const auto& name : GetEntriesInDir(SIMPLEPERF_DATA_DIR)) { in CollectRecordingData()
171 std::vector<std::string> GetEntriesInDir(const std::string& dirpath) { in GetEntriesInDir() function190 std::vector<std::string> entries = GetEntriesInDir(dirpath); in GetSubDirs()
136 for (const auto& format_name : GetEntriesInDir(formats_dirname)) { in ParseEventFormats()207 for (const auto& event_name : GetEntriesInDir(events_dirname)) { in GetPmuEventTypes()
135 std::vector<std::string> GetEntriesInDir(const std::string& dirpath);
136 for (const auto& name : GetEntriesInDir(path)) { in GetAllModuleFiles()226 std::vector<std::string> entries = GetEntriesInDir("/proc"); in GetAllProcesses()548 std::vector<std::string> files = GetEntriesInDir(fd_path); in HasOpenedAppApkFile()
86 for (const std::string& entry : GetEntriesInDir(dir)) { in CollectBuildIdInDir()