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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h393 int dump_file_from_fd(const char *title, const char *path, int fd);
397 * dump_file_from_fd above when set to NULL. skip defaults
H A Dutils.cpp592 * dump_file_from_fd above when set to NULL. skip defaults
621 dump_from_fd = dump_file_from_fd;
664 int dump_file_from_fd(const char *title, const char *path, int fd) { function
H A Ddumpstate.cpp249 dump_file_from_fd(type_name, name.c_str(), fd);
971 dump_file_from_fd("VM TRACES AT LAST ANR", anr_traces_file.c_str(), fd.get());

Completed in 28 milliseconds