OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_logcat_run_command
(Results
1 - 4
of
4
) sorted by null
/system/core/logcat/
logcat_main.cpp
26
int retval =
android_logcat_run_command
(ctx, -1, -1, argc, argv, envp);
logcatd_main.cpp
49
ret =
android_logcat_run_command
(ctx, -1, -1, argv_hold.size() - 1,
65
int retval =
android_logcat_run_command
(ctx, -1, -1, argv_hold.size() - 1,
logcat.cpp
1695
int
android_logcat_run_command
(android_logcat_context ctx,
function
[
all
...]
/system/core/logcat/include/log/
logcat.h
78
int
android_logcat_run_command
(android_logcat_context ctx, int output, int error,
95
* Return value is the result of the
android_logcat_run_command
, or
106
* create_android_logcat,
android_logcat_run_command
and android_logcat_destroy
Completed in 578 milliseconds