Searched refs:LOOPDIR (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DVolume.h48 static const char *LOOPDIR; member in class:Volume
H A DVolumeManager.cpp194 snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
687 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::LOOPDIR, idHash);
1013 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::LOOPDIR, idHash);
1129 int loopDirLen = strlen(Volume::LOOPDIR);
1131 strcpy(loopDir, Volume::LOOPDIR);
H A DVolume.cpp88 const char *Volume::LOOPDIR = "/mnt/obb"; member in class:Volume

Completed in 266 milliseconds