HomeSort by relevance Sort by last modified time
    Searched full:clear_cmd (Results 1 - 1 of 1) sorted by null

  /system/core/logcat/tests/
logcat_test.cpp 782 static const char clear_cmd[] = " -c"; local
784 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename) + sizeof(clear_cmd) + 32];
788 snprintf(command, sizeof(command) - sizeof(clear_cmd),
818 strcat(command, clear_cmd);

Completed in 241 milliseconds