HomeSort by relevance Sort by last modified time
    Searched refs:LOOPDIR (Results 1 - 3 of 3) sorted by null

  /system/vold/
Volume.h 48 static const char *LOOPDIR;
VolumeManager.cpp 194 snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
687 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::LOOPDIR, idHash);
1000 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::LOOPDIR, idHash);
1116 int loopDirLen = sizeof(Volume::LOOPDIR);
1117 char loopDir[loopDirLen + 2];
1118 strcpy(loopDir, Volume::LOOPDIR);
1119 loopDir[loopDirLen++] = '/';
1120 loopDir[loopDirLen] = '\0';
1131 if (!strncmp(mount_path, loopDir, loopDirLen))
    [all...]
Volume.cpp 88 const char *Volume::LOOPDIR = "/mnt/obb";

Completed in 741 milliseconds