HomeSort by relevance Sort by last modified time
    Searched refs:postString (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 253 UString postString;
255 postString) ;
503 NUpdateArchive::CActionSet &actionSet, UString &postString)
511 postString = command.Mid(i);
525 postString.Empty();
548 UString postString;
549 if (!ParseUpdateCommandString2(updateString, actionSet, postString))
551 if (postString.IsEmpty())
558 if (MyCharUpper(postString[0]) != kUpdateNewArchivePostCharID)
561 UString archivePath = postString.Mid(1);
    [all...]
  /external/lzma/CPP/Common/
CommandLineParser.h 66 // Returns: Index of form and postString; -1, if there is no match
68 const UString &commandString, UString &postString);
CommandLineParser.cpp 206 const UString &commandString, UString &postString)
215 postString = commandString.Mid(id.Length());
222 postString.Empty();
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 192 out string postString)
201 postString = commandString.Substring(id.Length);
208 postString = "";
212 postString = "";

Completed in 257 milliseconds