Home
last modified time | relevance | path

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

/aosp12/system/vold/binder/android/os/
H A DIVold.aidl144 void unmountIncFs(@utf8InCpp String dir); in unmountIncFs() method
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp50 binder::Status unmountIncFs(const std::string& dir) const final { in unmountIncFs() function in android::incremental::RealVoldService
/aosp12/system/vold/
H A DVoldNativeService.cpp1035 binder::Status VoldNativeService::unmountIncFs(const std::string& dir) { in unmountIncFs() function in android::vold::VoldNativeService