Home | History | Annotate | Download | only in installd

Lines Matching refs:newAvail

566             size_t newAvail = cache->availDirs < 1000 ? 1000 : cache->availDirs*2;
568 newAvail*sizeof(cache_dir_t*));
573 cache->availDirs = newAvail;
598 size_t newAvail = cache->availFiles < 1000 ? 1000 : cache->availFiles*2;
600 cache->availFiles*sizeof(cache_file_t*), newAvail*sizeof(cache_file_t*));
605 cache->availFiles = newAvail;