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

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
CollectorUtil.java 56 String listCommand = String.format("ls %s", src);
57 String fileList = device.executeShellCommand(listCommand);
  /external/lzma/C/Util/7z/
7zMain.c 371 int listCommand = 0, testCommand = 0, fullPaths = 0;
372 if (strcmp(command, "l") == 0) listCommand = 1;
401 if (listCommand == 0 && isDir && !fullPaths)
427 if (listCommand)
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 836 bool listCommand;
838 listCommand = true;
840 listCommand = false;
877 if (listCommand)
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 94 milliseconds