OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listcommand
(Results
1 - 4
of
4
) sorted by null
/system/extras/simpleperf/
cmd_list.cpp
47
class
ListCommand
: public Command {
49
ListCommand
()
58
bool
ListCommand
::Run(const std::vector<std::string>& args) {
96
RegisterCommand("list", [] { return std::unique_ptr<Command>(new
ListCommand
); });
/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
)
Completed in 498 milliseconds