Searched refs:open_profile (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 686 static unique_fd open_profile(uid_t uid, const std::string& profile, int32_t flags) { in open_profile() function 721 return open_profile(uid, profile, O_RDONLY); in open_current_profile() 727 return open_profile(uid, profile, read_write ? (O_CREAT | O_RDWR) : O_RDONLY); in open_reference_profile() 733 return open_profile(uid, profile, O_CREAT | O_RDWR | O_TRUNC); in open_spnashot_profile() 2917 unique_fd fd = open_profile(AID_SYSTEM, profiles[i], O_RDONLY); in create_boot_image_profile_snapshot()
|