Searched refs:UnmountTree (Results 1 – 3 of 3) sorted by relevance
140 status_t UnmountTree(const std::string& mountPoint);
84 using android::vold::UnmountTree;544 android::vold::UnmountTree("/storage/"); in remountUid()
199 if (UnmountTree(target) < 0) { in BindMount()878 status_t UnmountTree(const std::string& mountPoint) { in UnmountTree() function