HomeSort by relevance Sort by last modified time
    Searched full:extractcommand (Results 1 - 1 of 1) sorted by null

  /external/lzma/C/Util/7z/
7zMain.c 338 int listCommand = 0, testCommand = 0, extractCommand = 0, fullPaths = 0;
341 else if (strcmp(command, "e") == 0) extractCommand = 1;
342 else if (strcmp(command, "x") == 0) { extractCommand = 1; fullPaths = 1; }

Completed in 3301 milliseconds