Home
last modified time | relevance | path

Searched refs:newDirs (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.cpp616 cache_dir_t** newDirs = (cache_dir_t**)_cache_realloc(cache, cache->dirs, in _add_cache_dir_t() local
618 if (newDirs == NULL) { in _add_cache_dir_t()
623 cache->dirs = newDirs; in _add_cache_dir_t()