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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h36 int dump_file_from_fd(const char *title, const char *path, int fd);
40 * dump_file_from_fd above when set to NULL. skip defaults
H A Ddumpstate.c370 dump_file_from_fd("VM TRACES AT LAST ANR", anr_traces_path, fd);
396 dump_file_from_fd("TOMBSTONE", tombstone_data[i].name, tombstone_data[i].fd);
H A Dutils.c315 * dump_file_from_fd above when set to NULL. skip defaults
343 dump_from_fd = dump_file_from_fd;
386 int dump_file_from_fd(const char *title, const char *path, int fd) { function

Completed in 2447 milliseconds