Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/ace_adapter/
H A Dcommand_lexer.cpp35 std::string lastArg; in GetAllArguments() local
48 lastArg += str_[i]; in GetAllArguments()
58 lastArg += str_[i]; in GetAllArguments()
63 args.push_back(std::move(lastArg)); in GetAllArguments()
66 lastArg.clear(); in GetAllArguments()
73 lastArg += str_[i]; in GetAllArguments()
80 lastArg += str_[i]; in GetAllArguments()
87 lastArg += str_[i]; in GetAllArguments()
94 args.push_back(std::move(lastArg)); in GetAllArguments()
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp274 std::string lastArg = cmd.GetArgumentByPos(pos++); in LoadSourceBuffer() local
275 while (lastArg != "") { in LoadSourceBuffer()
276 std::vector<std::string> tokens = SplitString(lastArg, ":"); in LoadSourceBuffer()
291 lastArg = cmd.GetArgumentByPos(pos++); in LoadSourceBuffer()