HomeSort by relevance Sort by last modified time
    Searched full:android_logcat_run_command (Results 1 - 5 of 5) 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_system.cpp 145 int retval = android_logcat_run_command(ctx, -1, -1, argv.size() - 1,
logcat.cpp 1694 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 521 milliseconds