Home
last modified time | relevance | path

Searched defs:unmountAppStorageDirs (Results 1 – 2 of 2) 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.cpp389 binder::Status VoldNativeService::unmountAppStorageDirs(int uid, int pid, in unmountAppStorageDirs() function in android::vold::VoldNativeService