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

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
CollectorUtil.java 58 String listCommand = String.format("ls %s", src);
59 String fileList = device.executeShellCommand(listCommand);
  /external/lzma/C/Util/7z/
7zMain.c 415 int listCommand = 0, testCommand = 0, fullPaths = 0;
417 if (strcmp(command, "l") == 0) listCommand = 1;
446 if (listCommand == 0 && isDir && !fullPaths)
472 if (listCommand)
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 846 bool listCommand;
849 listCommand = true;
851 listCommand = false;
889 if (listCommand)
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 684 return context->listCommand(gl::newCommand(glClear, mask));
    [all...]
Context.h 713 void listCommand(Command *command);
Context.cpp     [all...]
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 298 milliseconds