Home
last modified time | relevance | path

Searched refs:redirect_to_file (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.h612 bool redirect_to_file(FILE* redirect, char* path);
Ddumpstate.cpp2890 if (!redirect_to_file(stderr, const_cast<char*>(log_path_.c_str()))) { in RunInternal()
2905 if (!redirect_to_file(stdout, const_cast<char*>(tmp_path_.c_str()))) { in RunInternal()
3981 bool redirect_to_file(FILE* redirect, char* path) { in redirect_to_file() function