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 476 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime,
480 cache_file_t* file = (cache_file_t*)_cache_malloc(cache, sizeof(cache_file_t)+nameLen+1);
487 cache_file_t** newFiles = (cache_file_t**)_cache_realloc(cache, cache->files,
488 cache->availFiles*sizeof(cache_file_t*), newAvail*sizeof(cache_file_t*));
503 ALOGE("Failure allocating cache_file_t for %s\n", name);
722 const cache_file_t *lhs = *(const cache_file_t**)lhsP
    [all...]
installd.h 113 } cache_file_t; typedef in typeref:struct:__anon30351
121 cache_file_t** files;

Completed in 93 milliseconds