Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h35 int dump_file_from_fd(const char *title, const char *path, int fd);
Ddumpstate.c191 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()
Dutils.c263 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