Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl82 long cacheReservedBytes, int flags); in freeCache()
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java437 public void freeCache(String uuid, long targetFreeBytes, long cacheReservedBytes, int flags) in freeCache()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1328 int64_t targetFreeBytes, int64_t cacheReservedBytes, int32_t flags) { in freeCache()