Home | History | Annotate | Download | only in installd

Lines Matching full:newfiles

653             cache_file_t** newFiles = (cache_file_t**)_cache_realloc(cache, cache->files,
655 if (newFiles == NULL) {
660 cache->files = newFiles;