Searched refs:output_fd (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 70 void ExtractBugreport(const ZipArchiveHandle* handle, int output_fd) { in ExtractBugreport() argument 83 ExtractEntryToFile(*handle, &entry, output_fd); in ExtractBugreport()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 859 const unique_fd& output_fd) { in SetupDump() argument 861 AddArg(StringPrintf("--dump-output-to-fd=%d", output_fd.get())); in SetupDump() 1011 unique_fd output_fd(open(out_file_name.c_str(), in dump_profiles() local 1013 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles() 1030 profman_dump.SetupDump(profile_fds, reference_profile_fd, dex_locations, apk_fds, output_fd); in dump_profiles()
|