Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp926 const unique_fd& output_fd) { in run_profman_dump() argument
931 profman_args.push_back(StringPrintf("--dump-output-to-fd=%d", output_fd.get())); in run_profman_dump()
975 unique_fd output_fd(open(out_file_name.c_str(), in dump_profiles() local
977 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles()
998 apk_fds, output_fd); in dump_profiles()