Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl86 long cacheReservedBytes, int flags); in freeCache() argument
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java608 public void freeCache(String uuid, long targetFreeBytes, long cacheReservedBytes, int flags) in freeCache() argument
612 mInstalld.freeCache(uuid, targetFreeBytes, cacheReservedBytes, flags); in freeCache()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.h144 int64_t cacheReservedBytes, int32_t flags);
H A DInstalldNativeService.cpp1349 int64_t targetFreeBytes, int64_t cacheReservedBytes, int32_t flags) { in freeCache() argument
1453 if (cacheReservedBytes > 0 && cleared >= (cacheTotal - cacheReservedBytes)) { in freeCache()