Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp1324 const std::vector<fd_t>& apk_fds, in run_profman_dump() argument
1341 for (fd_t apk_fd : apk_fds) { in run_profman_dump()
1393 std::vector<fd_t> apk_fds; in dump_profile() local
1402 apk_fds.push_back(apk_fd); in dump_profile()
1410 apk_fds, output_fd); in dump_profile()
1414 close_all_fds(apk_fds, "apk_fds"); in dump_profile()