HomeSort by relevance Sort by last modified time
    Searched refs:add_cache_files (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/installd/
installd.h 169 void add_cache_files(cache_t* cache, const char *basepath, const char *cachedir);
commands.c 324 add_cache_files(cache, tmpdir, "cache");
344 add_cache_files(cache, tmpdir, "cache");
371 add_cache_files(cache, tmpdir, "cache");
    [all...]
utils.c 620 void add_cache_files(cache_t* cache, const char *basepath, const char *cachedir) function
626 CACHE_NOISY(ALOGI("add_cache_files: base=%s cachedir=%s\n", basepath, cachedir));

Completed in 253 milliseconds