Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs247 const char kSwitchID2 = '/'; field in SevenZip.CommandLineParser.Parser
254 return (c == kSwitchID1 || c == kSwitchID2); in IsItSwitchChar()