Lines Matching refs:file
5 allow dex2oat dalvikcache_data_file:file write;
7 # the oat file is symlinked to the original file in /system.
11 # Read already open asec_apk_file file descriptors passed by installd.
14 allow dex2oat asec_apk_file:file read;
15 allow dex2oat unlabeled:file read;
16 allow dex2oat oemfs:file read;
17 allow dex2oat apk_tmp_file:file read;
18 allow dex2oat user_profile_data_file:file { getattr read lock };
24 # Allow dex2oat to use file descriptors from otapreopt.
31 allow dex2oat ota_data_file:file r_file_perms;
34 # where the oat file is symlinked to the original file in /system.
38 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
40 allow dex2oat ota_data_file:file { create w_file_perms setattr };