Searched defs:cachesize (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.cpp505 int64_t cachesize = 0; local
600 cachesize += dirsize + statsize;
621 *_cachesize = cachesize;
H A Dinstalld.cpp105 int64_t cachesize = 0; local
111 arg[7], &codesize, &datasize, &cachesize, &asecsize);
118 codesize, datasize, cachesize, asecsize);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java133 /** statement cache stats: hits/misses/cachesize */
137 int hits, int misses, int cachesize) {
142 this.cache = hits + "/" + misses + "/" + cachesize;
136 DbStats(String dbName, long pageCount, long pageSize, int lookaside, int hits, int misses, int cachesize) argument

Completed in 79 milliseconds