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

  /frameworks/native/cmds/dumpstate/
dumpstate.c 322 char* use_outfile = 0; local
358 case 'o': use_outfile = optarg; break;
429 } else if (use_outfile) {
430 strlcpy(path, use_outfile, sizeof(path));
476 if (use_outfile && rename(tmp_path, path)) {
480 if (do_broadcast && use_outfile && do_fb) {

Completed in 77 milliseconds