Searched refs:listCommand (Results 1 - 2 of 2) sorted by relevance

/external/lzma/C/Util/7z/
H A D7zMain.c338 int listCommand = 0, testCommand = 0, extractCommand = 0, fullPaths = 0; local
339 if (strcmp(command, "l") == 0) listCommand = 1;
367 if (listCommand == 0 && f->IsDir && !fullPaths)
384 if (listCommand)
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp787 bool listCommand; local
789 listCommand = true;
791 listCommand = false;
828 if (listCommand)

Completed in 538 milliseconds