Searched refs:output_fd (Results 1 – 2 of 2) sorted by relevance
70 void ExtractBugreport(const ZipArchiveHandle* handle, int output_fd) { in ExtractBugreport() argument83 ExtractEntryToFile(*handle, &entry, output_fd); in ExtractBugreport()
639 const unique_fd& output_fd) { in SetupDump() argument645 AddArg(StringPrintf("--dump-output-to-fd=%d", output_fd.get())); in SetupDump()804 unique_fd output_fd(open(out_file_name.c_str(), in dump_profiles() local806 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles()824 dump_classes_and_methods, output_fd); in dump_profiles()835 cleanup_output_fd(output_fd.get()); in dump_profiles()