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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1032 static fd_t open_reference_profile(uid_t uid, const char* pkgname, bool read_write) { argument
1034 int flags = read_write ? O_RDWR | O_CREAT : O_RDONLY;
1039 if (read_write) {
1052 *reference_profile_fd = open_reference_profile(uid, pkgname, /*read_write*/ true);
1418 reference_profile_fd = open_reference_profile(uid, pkgname, /*read_write*/ false);

Completed in 1009 milliseconds