Home
last modified time | relevance | path

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

/system/vold/
DAppFuseUtil.cpp36 static android::status_t GetMountPath(uid_t uid, const std::string& name, std::string* path) { in GetMountPath() function
110 if (GetMountPath(uid, name, &path) != android::OK) { in MountAppFuse()
144 if (GetMountPath(uid, name, &path) != android::OK) { in UnmountAppFuse()
157 if (GetMountPath(uid, name, &mountPoint) != android::OK) { in OpenAppFuseFile()