HomeSort by relevance Sort by last modified time
    Searched refs:cache_dir_t (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
installd.h 110 } cache_dir_t; typedef in typeref:struct:cache_dir_struct
113 cache_dir_t* dir;
121 cache_dir_t** dirs;
utils.c 442 static cache_dir_t* _add_cache_dir_t(cache_t* cache, cache_dir_t* parent, const char *name)
445 cache_dir_t* dir = (cache_dir_t*)_cache_malloc(cache, sizeof(cache_dir_t)+nameLen+1);
454 cache_dir_t** newDirs = (cache_dir_t**)_cache_realloc(cache, cache->dirs,
455 cache->availDirs*sizeof(cache_dir_t*), newAvail*sizeof(cache_dir_t*));
470 ALOGE("Failure allocating cache_dir_t for %s\n", name)
    [all...]

Completed in 168 milliseconds