Home
last modified time | relevance | path

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

/system/sepolicy/
Dinstall_recovery.te24 allow install_recovery { cache_file cache_recovery_file }:dir rw_dir_perms;
25 allow install_recovery { cache_file cache_recovery_file }:file create_file_perms;
Ddomain_deprecated.te48 allow domain_deprecated cache_file:dir r_dir_perms;
49 allow domain_deprecated cache_file:file { getattr read };
50 allow domain_deprecated cache_file:lnk_file r_file_perms;
Dplatform_app.te29 allow platform_app { cache_file cache_recovery_file }:dir create_dir_perms;
30 allow platform_app { cache_file cache_recovery_file }:file create_file_perms;
Disolated_app.te63 neverallow isolated_app cache_file:dir ~{ r_dir_perms };
64 neverallow isolated_app cache_file:file ~{ read getattr };
Dvold.te12 allow vold cache_file:dir r_dir_perms;
13 allow vold cache_file:file { getattr read };
14 allow vold cache_file:lnk_file r_file_perms;
Drecovery.te79 allow recovery { cache_file cache_recovery_file }:dir create_dir_perms;
80 allow recovery { cache_file cache_recovery_file }:file create_file_perms;
Dpriv_app.te45 allow priv_app { cache_file cache_recovery_file }:dir create_dir_perms;
46 allow priv_app { cache_file cache_recovery_file }:file create_file_perms;
Duntrusted_app.te169 neverallow untrusted_app { cache_file cache_recovery_file }:dir ~{ r_dir_perms };
170 neverallow untrusted_app { cache_file cache_recovery_file }:file ~{ read getattr };
Dinit.te47 allow init { rootfs cache_file cgroup storage_file system_data_file system_file }:dir mounton;
101 # system/core/init.rc requires at least cache_file and data_file_type.
Dsystem_server.te364 allow system_server { cache_file cache_recovery_file }:dir { relabelfrom create_dir_perms };
365 allow system_server { cache_file cache_recovery_file }:file { relabelfrom create_file_perms };
366 allow system_server { cache_file cache_recovery_file }:fifo_file create_file_perms;
Dapp.te267 allow appdomain cache_file:dir getattr;
432 cache_file
Dfile_contexts353 /cache(/.*)? u:object_r:cache_file:s0
360 /data/cache(/.*)? u:object_r:cache_file:s0
Dfile.te173 type cache_file, file_type, mlstrustedobject;
Ddomain.te290 neverallow domain { cache_file cache_backup_file cache_private_backup_file cache_recovery_file }:fi…
/system/core/libbacktrace/
DBacktraceOffline.h63 bool cache_file) in BacktraceOffline() argument
65 cache_file_(cache_file), in BacktraceOffline()
DBacktraceOffline.cpp758 const backtrace_stackinfo_t& stack, bool cache_file) { in CreateOffline() argument
759 return new BacktraceOffline(pid, tid, map, stack, cache_file); in CreateOffline()
/system/core/include/backtrace/
DBacktrace.h99 const backtrace_stackinfo_t& stack, bool cache_file = false);