OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availFiles
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
installd.h
123
size_t
availFiles
;
utils.c
484
if (cache->numFiles >= cache->
availFiles
) {
485
size_t newAvail = cache->
availFiles
< 1000 ? 1000 : cache->
availFiles
*2;
487
cache->
availFiles
*sizeof(cache_file_t*), newAvail*sizeof(cache_file_t*));
492
cache->
availFiles
= newAvail;
Completed in 17 milliseconds