Home
last modified time | relevance | path

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

/external/lzma/C/Util/7z/
D7zMain.c456 int listCommand = 0, testCommand = 0, fullPaths = 0; in main() local
458 if (strcmp(command, "l") == 0) listCommand = 1; in main()
487 if (listCommand == 0 && isDir && !fullPaths) in main()
513 if (listCommand) in main()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp883 bool listCommand; in main() local
886 listCommand = true; in main()
888 listCommand = false; in main()
926 if (listCommand) in main()