Searched defs:use_outfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c393 char* use_outfile = 0; local
427 case 'o': use_outfile = optarg; break;
513 if (!use_socket && use_outfile) {
514 strlcpy(path, use_outfile, sizeof(path));
550 if (use_outfile && rename(tmp_path, path)) {
555 if (do_broadcast && use_outfile && do_fb) {

Completed in 202 milliseconds