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.aidl80 long cacheReservedBytes, int flags); in freeCache() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java444 public void freeCache(String uuid, long targetFreeBytes, long cacheReservedBytes, int flags) in freeCache() argument
448 mInstalld.freeCache(uuid, targetFreeBytes, cacheReservedBytes, flags); in freeCache()
/frameworks/native/cmds/installd/
DInstalldNativeService.h128 int64_t cacheReservedBytes, int32_t flags);
DInstalldNativeService.cpp1235 int64_t targetFreeBytes, int64_t cacheReservedBytes, int32_t flags) { in freeCache() argument
1339 if (cacheReservedBytes > 0 && cleared >= (cacheTotal - cacheReservedBytes)) { in freeCache()