Searched refs:open_profile (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 394 static unique_fd open_profile(uid_t uid, const std::string& profile, int32_t flags, mode_t mode) { in open_profile() function 439 return open_profile(uid, profile, O_RDONLY, /*mode=*/ 0); in open_current_profile() 455 return open_profile( in open_reference_profile() 467 unique_fd ufd = open_profile(uid, profile_path, O_RDONLY, in open_reference_profile_as_unique_file() 479 return open_profile(uid, profile, O_CREAT | O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR); in open_snapshot_profile() 2710 unique_fd fd = open_profile(AID_SYSTEM, profiles[i], O_RDONLY, /*mode=*/ 0); in create_boot_image_profile_snapshot()
|