Searched refs:dump_file_from_fd (Results 1 – 3 of 3) sorted by relevance
393 int dump_file_from_fd(const char *title, const char *path, int fd);
621 dump_from_fd = dump_file_from_fd; in dump_files()664 int dump_file_from_fd(const char *title, const char *path, int fd) { in dump_file_from_fd() function
249 dump_file_from_fd(type_name, name.c_str(), fd); in AddDumps()971 dump_file_from_fd("VM TRACES AT LAST ANR", anr_traces_file.c_str(), fd.get()); in AddGlobalAnrTraceFile()