Lines Matching refs:postString
826 NUpdateArchive::CActionSet &actionSet, UString &postString)
834 postString = command.Ptr(i);
849 postString.Empty();
874 UString postString;
875 if (!ParseUpdateCommandString2(updateString, actionSet, postString))
877 if (postString.IsEmpty())
884 if (postString[0] != kUpdateNewArchivePostCharID)
887 UString archivePath = postString.Ptr(1);
931 const UString &postString = parser[NKey::kWorkingDir].PostStrings[0];
932 if (postString.IsEmpty())
935 options.WorkingDir = us2fs(postString);