Searched refs:GetDirRegexFiles (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | common_util.cpp | 61 void CommonUtil::GetDirRegexFiles(const std::string& path, const std::string& pattern, in GetDirRegexFiles() function in OHOS::HiviewDFX::UCollectUtil::CommonUtil 108 GetDirRegexFiles(path, prefix + EXPORT_FILE_REGEX, files); in CreateExportFile()
|
H A D | io_collector_impl.cpp | 125 static void GetDirRegexFiles(const std::string& path, const std::string& pattern, in GetDirRegexFiles() function 175 GetDirRegexFiles(COLLECTION_IO_PATH, filePrefix + EXPORT_FILE_REGEX, files); in CreateExportFileName()
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/ |
H A D | common_util.h | 45 …static void GetDirRegexFiles(const std::string& path, const std::string& pattern, std::vector<std:…
|