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.h 50 } cache_file_t; typedef in namespace:android::installd
58 cache_file_t** files;
utils.cpp 642 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime,
646 cache_file_t* file = (cache_file_t*)_cache_malloc(cache, sizeof(cache_file_t)+nameLen+1);
653 cache_file_t** newFiles = (cache_file_t**)_cache_realloc(cache, cache->files,
654 cache->availFiles*sizeof(cache_file_t*), newAvail*sizeof(cache_file_t*));
669 ALOGE("Failure allocating cache_file_t for %s\n", name);
972 const cache_file_t *lhs = *(const cache_file_t**)lhsP
    [all...]

Completed in 147 milliseconds