Lines Matching refs:cache
284 # We chown/chmod /cache again so because mount is run as root + defaults
285 chown system cache /cache
286 chmod 0770 /cache
287 # We restorecon /cache in case the cache partition has been reset.
288 restorecon_recursive /cache
290 # Create /cache/recovery in case it's not there. It'll also fix the odd
292 mkdir /cache/recovery 0770 system cache
294 # Backup/restore mechanism uses the cache partition
295 mkdir /cache/backup_stage 0700 system system
296 mkdir /cache/backup 0700 system system
317 mkdir /cache/lost+found 0770 root root
394 # create dalvik-cache, so as to enforce our permissions
395 mkdir /data/dalvik-cache 0771 root root
399 # create resource-cache and double-check the perms
400 mkdir /data/resource-cache 0771 system system
401 chown system system /data/resource-cache
402 chmod 0771 /data/resource-cache