Searched refs:cachesize (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/installd/
H A Dinstalld.h110 int64_t *codesize, int64_t *datasize, int64_t *cachesize, int encrypted_fs_flag);
H A Dinstalld.c80 int64_t cachesize = 0; local
84 res = get_size(arg[0], arg[1], arg[2], &codesize, &datasize, &cachesize, atoi(arg[3]));
90 snprintf(reply, REPLY_MAX, "%" PRId64 " %" PRId64 " %" PRId64, codesize, datasize, cachesize);
H A Dcommands.c391 int64_t cachesize = 0; local
452 cachesize += size;
467 *_cachesize = cachesize;

Completed in 37 milliseconds