Home
last modified time | relevance | path

Searched refs:RemoveCharacterFromStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp307 std::string optionName = RemoveCharacterFromStr(argv[optind - 1], '-'); in SetCmdParameter()
444 std::string optionName = RemoveCharacterFromStr(argv[optind - 1], '-'); in ParseCmdOptionForA()
706 SendErrorMessage(unrecognizedError_ + RemoveCharacterFromStr(argv[optind - 1], '-')); in CheckIncorrectCmdOption()
750 std::string DumpImplement::RemoveCharacterFromStr(const std::string &str, const char character) in RemoveCharacterFromStr() function in OHOS::HiviewDFX::DumpImplement
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h82 std::string RemoveCharacterFromStr(const std::string& str, const char character);