Searched refs:dump_file_from_fd (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 35 int dump_file_from_fd(const char *title, const char *path, int fd);
|
D | dumpstate.c | 191 dump_file_from_fd("VM TRACES AT LAST ANR", anr_traces_path, fd); in dumpstate() 217 dump_file_from_fd("TOMBSTONE", tombstone_data[i].name, tombstone_data[i].fd); in dumpstate()
|
D | utils.c | 263 return dump_file_from_fd(title, path, fd); in dump_file() 266 int dump_file_from_fd(const char *title, const char *path, int fd) { in dump_file_from_fd() function
|