Searched refs:close_all_fds (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp982 static void close_all_fds(const std::vector<fd_t>& fds, const char* description) { function in namespace:android::installd
1136 close_all_fds(profiles_fd, "profiles_fd");
1196 close_all_fds(profiles_fd, "profiles_fd");
1302 close_all_fds(apk_fds, "apk_fds");
1303 close_all_fds(profile_fds, "profile_fds");

Completed in 66 milliseconds