Home
last modified time | relevance | path

Searched refs:open_profile (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp314 static unique_fd open_profile(uid_t uid, const std::string& profile, int32_t flags, mode_t mode) { in open_profile() function
359 return open_profile(uid, profile, O_RDONLY, /*mode=*/ 0); in open_current_profile()
365 return open_profile( in open_reference_profile()
376 unique_fd ufd = open_profile( in open_reference_profile_as_unique_file()
390 return open_profile(uid, profile, O_CREAT | O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR); in open_spnashot_profile()
2545 unique_fd fd = open_profile(AID_SYSTEM, profiles[i], O_RDONLY, /*mode=*/ 0); in create_boot_image_profile_snapshot()