Searched refs:RemoveCharacterFromStr (Results 1 – 2 of 2) sorted by relevance
307 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
82 std::string RemoveCharacterFromStr(const std::string& str, const char character);