Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_util.cpp53 vector<string> subFiles = FaultDetectorUtil::GetSubFile(path, true); in RemoveInvalidFile()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h52 static std::vector<std::string> GetSubFile(const std::string &path, bool digit = false);
H A Dfault_detector_util.cpp163 vector<string> FaultDetectorUtil::GetSubFile(const string &path, bool digit) in GetSubFile() function in OHOS::HiviewDFX::FaultDetectorUtil