Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H A Ddump_common_utils.h58 static int FindDigitIndex(const std::string& fullFileName);
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp339 int DumpCommonUtils::FindDigitIndex(const std::string& fullFileName) in FindDigitIndex() function in OHOS::HiviewDFX::DumpCommonUtils
H A Ddump_manager_service.cpp265 std::string fileName(each.first, 0, DumpCommonUtils::FindDigitIndex(each.first)); in RecordDirFdInfo()