Home | History | Annotate | Download | only in installd

Lines Matching defs:cache

64 static constexpr const char* CACHE_DIR_POSTFIX = "/cache";
67 static constexpr const char* IDMAP_PREFIX = "/data/resource-cache/";
174 prepare_app_dir(path, "cache", 0771, uid) ||
181 restorecon_app_data_lazy(path, "cache", seinfo, uid) ||
186 // Remember inode numbers of cache directories so that we can clear
188 if (write_path_inode(path, "cache", kXattrInodeCache) ||
348 path = read_path_inode(path, "cache", kXattrInodeCache);
580 * when just reading from the cache, which is pretty awful.
583 cache_t* cache;
594 cache = start_cache_collection();
598 add_cache_files(cache, create_data_user_ce_path(uuid, user));
599 add_cache_files(cache, create_data_user_de_path(uuid, user));
600 add_cache_files(cache,
604 clear_cache_files(data_path, cache, free_size);
605 finish_cache_collection(cache);
667 if (!strcmp(name, "cache") || !strcmp(name, "code_cache")) {
1431 // A standard dalvik-cache entry. Replace ".dex" with ".art."
1490 // Note: the cache path will require an additional 5 bytes for ".swap", but we'll try to run
1492 // extension to the cache path (5 bytes).
1947 // eg /a/b/c.apk to /data/resource-cache/a@b@c.apk@idmap