Home
last modified time | relevance | path

Searched defs:cacheReservedBytes (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl86 long cacheReservedBytes, int flags); in freeCache()
/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()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1349 int64_t targetFreeBytes, int64_t cacheReservedBytes, int32_t flags) { in freeCache()