Searched refs:_redirect_to_file (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp786 void _redirect_to_file(FILE *redirect, char *path, int truncate_flag) { function
802 _redirect_to_file(redirect, path, O_TRUNC);
806 _redirect_to_file(redirect, path, O_APPEND);

Completed in 29 milliseconds