OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availDirs
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
installd.h
120
size_t
availDirs
;
utils.c
452
if (cache->numDirs >= cache->
availDirs
) {
453
size_t newAvail = cache->
availDirs
< 1000 ? 1000 : cache->
availDirs
*2;
455
cache->
availDirs
*sizeof(cache_dir_t*), newAvail*sizeof(cache_dir_t*));
460
cache->
availDirs
= newAvail;
Completed in 165 milliseconds