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

  /external/lzma/C/Util/7z/
7zMain.c 338 int listCommand = 0, testCommand = 0, extractCommand = 0, fullPaths = 0;
339 if (strcmp(command, "l") == 0) listCommand = 1;
367 if (listCommand == 0 && f->IsDir && !fullPaths)
384 if (listCommand)
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 787 bool listCommand;
789 listCommand = true;
791 listCommand = false;
828 if (listCommand)

Completed in 117 milliseconds