Home
last modified time | relevance | path

Searched refs:GetDirRegexFiles (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcommon_util.cpp61 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 Dio_collector_impl.cpp125 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 Dcommon_util.h45 …static void GetDirRegexFiles(const std::string& path, const std::string& pattern, std::vector<std:…