Home
last modified time | relevance | path

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

123456

/system/extras/preopt2cachename/
Dpreopt2cachename.cpp68 /*in-out*/std::string& cache_file) { in SystemBFilenameToCacheFile() argument
77 size_t cache_file_position = cache_file.size(); in SystemBFilenameToCacheFile()
78 cache_file += file_location.substr(initial_position, apk_position); in SystemBFilenameToCacheFile()
80 cache_file_position = cache_file.find('/', cache_file_position); in SystemBFilenameToCacheFile()
82 cache_file[cache_file_position] = '@'; in SystemBFilenameToCacheFile()
83 cache_file_position = cache_file.find('/', cache_file_position); in SystemBFilenameToCacheFile()
97 cache_file += apk_name; in SystemBFilenameToCacheFile()
100 cache_file += kVdexCacheSuffix; in SystemBFilenameToCacheFile()
102 cache_file += kArtCacheSuffix; in SystemBFilenameToCacheFile()
104 cache_file += kOdexCacheSuffix; in SystemBFilenameToCacheFile()
/system/sepolicy/prebuilts/api/27.0/private/
Dmediaprovider.te13 allow mediaprovider cache_file:dir create_dir_perms;
14 allow mediaprovider cache_file:file create_file_perms;
16 allow mediaprovider cache_file:lnk_file r_file_perms;
Dplatform_app.te32 allow platform_app cache_file:dir create_dir_perms;
33 allow platform_app cache_file:file create_file_perms;
/system/sepolicy/prebuilts/api/26.0/private/
Ddomain_deprecated.te138 allow domain_deprecated cache_file:dir r_dir_perms;
139 allow domain_deprecated cache_file:file { getattr read };
140 allow domain_deprecated cache_file:lnk_file r_file_perms;
146 } cache_file:dir { open read search ioctl lock };
152 } cache_file:dir getattr;
157 } cache_file:file { getattr read };
162 } cache_file:lnk_file r_file_perms;
Dplatform_app.te32 allow platform_app cache_file:dir create_dir_perms;
33 allow platform_app cache_file:file create_file_perms;
/system/sepolicy/private/
Dmediaprovider.te13 allow mediaprovider cache_file:dir create_dir_perms;
14 allow mediaprovider cache_file:file create_file_perms;
16 allow mediaprovider cache_file:lnk_file r_file_perms;
Dbug_map6 init cache_file blk_file b/77873135
19 mediaprovider cache_file blk_file b/77925342
/system/sepolicy/prebuilts/api/28.0/private/
Dmediaprovider.te13 allow mediaprovider cache_file:dir create_dir_perms;
14 allow mediaprovider cache_file:file create_file_perms;
16 allow mediaprovider cache_file:lnk_file r_file_perms;
Dbug_map9 init cache_file blk_file 77873135
20 mediaprovider cache_file blk_file 77925342
/system/sepolicy/prebuilts/api/30.0/private/
Dmediaprovider.te13 allow mediaprovider cache_file:dir create_dir_perms;
14 allow mediaprovider cache_file:file create_file_perms;
16 allow mediaprovider cache_file:lnk_file r_file_perms;
Dbug_map5 init cache_file blk_file b/77873135
18 mediaprovider cache_file blk_file b/77925342
/system/sepolicy/prebuilts/api/29.0/private/
Dmediaprovider.te13 allow mediaprovider cache_file:dir create_dir_perms;
14 allow mediaprovider cache_file:file create_file_perms;
16 allow mediaprovider cache_file:lnk_file r_file_perms;
Dbug_map4 init cache_file blk_file 77873135
17 mediaprovider cache_file blk_file 77925342
/system/sepolicy/prebuilts/api/29.0/public/
Drecovery_persist.te11 allow recovery_persist cache_file:dir search;
12 allow recovery_persist cache_file:lnk_file read;
Dinstall_recovery.te23 allow install_recovery cache_file:dir rw_dir_perms;
24 allow install_recovery cache_file:file create_file_perms;
Drecovery.te102 allow recovery { cache_file cache_recovery_file }:dir create_dir_perms;
103 allow recovery { cache_file cache_recovery_file }:file create_file_perms;
159 -cache_file
165 -cache_file
/system/sepolicy/prebuilts/api/30.0/public/
Drecovery_persist.te11 allow recovery_persist cache_file:dir search;
12 allow recovery_persist cache_file:lnk_file read;
Drecovery.te102 allow recovery { cache_file cache_recovery_file }:dir create_dir_perms;
103 allow recovery { cache_file cache_recovery_file }:file create_file_perms;
184 -cache_file
190 -cache_file
/system/sepolicy/public/
Drecovery_persist.te11 allow recovery_persist cache_file:dir search;
12 allow recovery_persist cache_file:lnk_file read;
Drecovery.te102 allow recovery { cache_file cache_recovery_file }:dir create_dir_perms;
103 allow recovery { cache_file cache_recovery_file }:file create_file_perms;
154 -cache_file
160 -cache_file
/system/sepolicy/prebuilts/api/26.0/public/
Dinstall_recovery.te23 allow install_recovery cache_file:dir rw_dir_perms;
24 allow install_recovery cache_file:file create_file_perms;
/system/sepolicy/prebuilts/api/27.0/public/
Dinstall_recovery.te23 allow install_recovery cache_file:dir rw_dir_perms;
24 allow install_recovery cache_file:file create_file_perms;
Drecovery.te100 allow recovery { cache_file cache_recovery_file }:dir create_dir_perms;
101 allow recovery { cache_file cache_recovery_file }:file create_file_perms;
152 -cache_file
157 -cache_file
/system/sepolicy/prebuilts/api/28.0/public/
Dinstall_recovery.te23 allow install_recovery cache_file:dir rw_dir_perms;
24 allow install_recovery cache_file:file create_file_perms;
Drecovery.te98 allow recovery { cache_file cache_recovery_file }:dir create_dir_perms;
99 allow recovery { cache_file cache_recovery_file }:file create_file_perms;
154 -cache_file
159 -cache_file

123456