Home
last modified time | relevance | path

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

/external/lzma/C/Util/7z/
D7zMain.c371 int listCommand = 0, testCommand = 0, fullPaths = 0; in main() local
372 if (strcmp(command, "l") == 0) listCommand = 1; in main()
401 if (listCommand == 0 && isDir && !fullPaths) in main()
427 if (listCommand) in main()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp836 bool listCommand; in main() local
838 listCommand = true; in main()
840 listCommand = false; in main()
877 if (listCommand) in main()