Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp89 const char *VolumeManager::LOOPDIR = "/mnt/obb"; member in VolumeManager
691 int written = snprintf(mountPath, mountPathLen, "%s/%s", VolumeManager::LOOPDIR, idHash); in getObbMountPath()
1399 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::LOOPDIR, idHash); in unmountObb()
1744 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::LOOPDIR, idHash); in mountObb()
1827 int loopDirLen = strlen(VolumeManager::LOOPDIR); in listMountedObbs()
1829 strcpy(loopDir, VolumeManager::LOOPDIR); in listMountedObbs()
DVolumeManager.h71 static const char *LOOPDIR; variable