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

  /frameworks/native/cmds/installd/
utils.c 475 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime,
479 cache_file_t* file = (cache_file_t*)_cache_malloc(cache, sizeof(cache_file_t)+nameLen+1);
486 cache_file_t** newFiles = (cache_file_t**)_cache_realloc(cache, cache->files,
487 cache->availFiles*sizeof(cache_file_t*), newAvail*sizeof(cache_file_t*));
502 ALOGE("Failure allocating cache_file_t for %s\n", name);
721 const cache_file_t *lhs = *(const cache_file_t**)lhsP
    [all...]
installd.h 116 } cache_file_t; typedef in typeref:struct:__anon20005
124 cache_file_t** files;

Completed in 59 milliseconds