Searched defs:mountPath (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVolumeManager.cpp689 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) { argument
696 memset(mountPath, 0, mountPathLen);
697 int written = snprintf(mountPath, mountPathLen, "%s/%s", VolumeManager::LOOPDIR, idHash);
703 if (access(mountPath, F_OK)) {

Completed in 45 milliseconds