HomeSort by relevance Sort by last modified time
    Searched full:_cache_malloc (Results 1 - 1 of 1) sorted by null

  /frameworks/native/cmds/installd/
utils.c 381 static void* _cache_malloc(cache_t* cache, size_t len) function
426 void* alloc = _cache_malloc(cache, len);
445 cache_dir_t* dir = (cache_dir_t*)_cache_malloc(cache, sizeof(cache_dir_t)+nameLen+1);
479 cache_file_t* file = (cache_file_t*)_cache_malloc(cache, sizeof(cache_file_t)+nameLen+1);

Completed in 696 milliseconds