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

/frameworks/native/cmds/installd/
H A Dcommands.cpp62 typedef int fd_t; typedef in namespace:android::installd
982 static void close_all_fds(const std::vector<fd_t>& fds, const char* description) {
990 static fd_t open_profile_dir(const std::string& profile_dir) {
991 fd_t profile_dir_fd = TEMP_FAILURE_RETRY(open(profile_dir.c_str(),
1004 static fd_t open_primary_profile_file_from_dir(const std::string& profile_dir, mode_t open_mode) {
1005 fd_t profile_dir_fd = open_profile_dir(profile_dir);
1010 fd_t profile_fd = -1;
1027 static fd_t open_primary_profile_file(userid_t user, const char* pkgname) {
1032 static fd_t open_reference_profile(uid_t uid, const char* pkgname, bool read_write) {
1035 fd_t f
[all...]

Completed in 214 milliseconds