OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_dir_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
installd.h
107
}
cache_dir_t
;
typedef in typeref:struct:cache_dir_struct
110
cache_dir_t
* dir;
118
cache_dir_t
** dirs;
utils.c
443
static
cache_dir_t
* _add_cache_dir_t(cache_t* cache,
cache_dir_t
* parent, const char *name)
446
cache_dir_t
* dir = (
cache_dir_t
*)_cache_malloc(cache, sizeof(
cache_dir_t
)+nameLen+1);
455
cache_dir_t
** newDirs = (
cache_dir_t
**)_cache_realloc(cache, cache->dirs,
456
cache->availDirs*sizeof(
cache_dir_t
*), newAvail*sizeof(
cache_dir_t
*));
471
ALOGE("Failure allocating
cache_dir_t
for %s\n", name)
[
all
...]
Completed in 416 milliseconds