Home
last modified time | relevance | path

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

/aosp12/system/vold/binder/android/os/
H A DIVold.aidl57 void unmountAppStorageDirs(int uid, int pid, in @utf8InCpp String[] packageNames); in unmountAppStorageDirs() method
/aosp12/system/vold/
H A DVoldNativeService.h69 binder::Status unmountAppStorageDirs(int uid, int pid,
H A DVoldNativeService.cpp389 binder::Status VoldNativeService::unmountAppStorageDirs(int uid, int pid, in unmountAppStorageDirs() function in android::vold::VoldNativeService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3461 mVold.unmountAppStorageDirs(uid, pid, packages); in disableAppDataIsolation()