Home | History | Annotate | Download | only in installd

Lines Matching full:cache_t

374 cache_t* start_cache_collection()
376 cache_t* cache = (cache_t*)calloc(1, sizeof(cache_t));
382 static void* _cache_malloc(cache_t* cache, size_t len)
424 static void* _cache_realloc(cache_t* cache, void* cur, size_t origLen, size_t len)
434 static void _inc_num_cache_collected(cache_t* cache)
443 static cache_dir_t* _add_cache_dir_t(cache_t* cache, cache_dir_t* parent, const char *name)
476 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime,
508 static int _add_cache_files(cache_t *cache, cache_dir_t *parentDir, const char *dirName,
621 void add_cache_files(cache_t* cache, const char *basepath, const char *cachedir)
727 void clear_cache_files(cache_t* cache, int64_t free_size)
770 void finish_cache_collection(cache_t* cache)