Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp1213 fd_t output_fd) { in run_profman_dump()
1274 fd_t output_fd = open(out_file_name.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW); in dump_profile() local