Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl82 long cacheReservedBytes, int flags); in freeCache() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java437 public void freeCache(String uuid, long targetFreeBytes, long cacheReservedBytes, int flags) in freeCache() argument
441 mInstalld.freeCache(uuid, targetFreeBytes, cacheReservedBytes, flags); in freeCache()
/frameworks/native/cmds/installd/
DInstalldNativeService.h134 int64_t cacheReservedBytes, int32_t flags);
DInstalldNativeService.cpp1328 int64_t targetFreeBytes, int64_t cacheReservedBytes, int32_t flags) { in freeCache() argument
1432 if (cacheReservedBytes > 0 && cleared >= (cacheTotal - cacheReservedBytes)) { in freeCache()