Home
last modified time | relevance | path

Searched refs:_cache_malloc (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.cpp543 static void* _cache_malloc(cache_t* cache, size_t len) in _cache_malloc() function
588 void* alloc = _cache_malloc(cache, len); in _cache_realloc()
607 cache_dir_t* dir = (cache_dir_t*)_cache_malloc(cache, sizeof(cache_dir_t)+nameLen+1); in _add_cache_dir_t()
641 cache_file_t* file = (cache_file_t*)_cache_malloc(cache, sizeof(cache_file_t)+nameLen+1); in _add_cache_file_t()