Lines Matching refs:file
10 allow dex2oat vendor_framework_file:file { getattr open read };
12 allow dex2oat tmpfs:file { read getattr };
15 allow dex2oat dalvikcache_data_file:file write;
17 # the oat file is symlinked to the original file in /system.
22 allow dex2oat system_file:file lock;
24 # Read already open asec_apk_file file descriptors passed by installd.
27 allow dex2oat asec_apk_file:file read;
28 allow dex2oat unlabeled:file read;
29 allow dex2oat oemfs:file read;
31 allow dex2oat apk_tmp_file:file r_file_perms;
32 allow dex2oat user_profile_data_file:file { getattr read lock };
36 allow dex2oat app_data_file:file { getattr read write lock };
42 # Allow dex2oat to use file descriptors from otapreopt.
51 allow dex2oat ota_data_file:file r_file_perms;
54 # where the oat file is symlinked to the original file in /system.
58 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
60 allow dex2oat ota_data_file:file { create w_file_perms setattr };