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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c321 char* use_outfile = 0; local
356 case 'o': use_outfile = optarg; break;
426 } else if (use_outfile) {
427 strlcpy(path, use_outfile, sizeof(path));
473 if (use_outfile && rename(tmp_path, path)) {

Completed in 56 milliseconds