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

/system/vold/
H A DVolume.h47 static const char *LOOPDIR; member in class:Volume
H A DVolumeManager.cpp188 snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
491 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::LOOPDIR, idHash);
751 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::LOOPDIR, idHash);
867 int loopDirLen = sizeof(Volume::LOOPDIR);
869 strcpy(loopDir, Volume::LOOPDIR);
H A DVolume.cpp84 const char *Volume::LOOPDIR = "/mnt/obb"; member in class:Volume

Completed in 39 milliseconds