Home
last modified time | relevance | path

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

/system/vold/
DUtils.h140 status_t UnmountTree(const std::string& mountPoint);
DVolumeManager.cpp84 using android::vold::UnmountTree;
544 android::vold::UnmountTree("/storage/"); in remountUid()
DUtils.cpp199 if (UnmountTree(target) < 0) { in BindMount()
878 status_t UnmountTree(const std::string& mountPoint) { in UnmountTree() function