Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl144 void unmountIncFs(@utf8InCpp String dir); in unmountIncFs() method
/system/vold/
DVoldNativeService.h167 binder::Status unmountIncFs(const std::string& dir) override;
DVoldNativeService.cpp1020 binder::Status VoldNativeService::unmountIncFs(const std::string& dir) { in unmountIncFs() function in android::vold::VoldNativeService