OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROTO_ARG
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/utils/include/serviceutils/
PriorityDumper.h
34
static const char16_t
PROTO_ARG
[];
/frameworks/native/services/utils/
PriorityDumper.cpp
21
const char16_t PriorityDumper::
PROTO_ARG
[] = u"--proto";
58
if (args[argIndex] ==
PROTO_ARG
) {
/frameworks/base/services/core/java/com/android/server/utils/
PriorityDump.java
31
* {@link #PRIORITY_ARG} and {@link #
PROTO_ARG
} arguments.
106
public static final String
PROTO_ARG
= "--proto";
152
if (args[argIndex].equals(
PROTO_ARG
)) {
210
* {@link #PRIORITY_ARG} and {@link #
PROTO_ARG
} arguments.
/frameworks/native/cmds/dumpsys/
dumpsys.cpp
289
args.insertAt(String16(PriorityDumper::
PROTO_ARG
), 0);
Completed in 531 milliseconds