Lines Matching full:code_cache
79 static constexpr const char* CODE_CACHE_DIR_POSTFIX = "/code_cache";
374 prepare_app_cache_dir(path, "code_cache", 02771, uid, cacheGid)) {
381 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) {
388 write_path_inode(path, "code_cache", kXattrInodeCodeCache)) {
405 prepare_app_cache_dir(path, "code_cache", 02771, uid, cacheGid)) {
412 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) {
523 path = read_path_inode(path, "code_cache", kXattrInodeCodeCache);
659 || !strcmp(child->fts_name, "code_cache")) {
1262 if (!strcmp(name, "cache") || !strcmp(name, "code_cache")) {