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 int written = snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
738 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::LOOPDIR, idHash);
1077 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::LOOPDIR, idHash);
    [all...]
Volume.cpp 87 const char *Volume::LOOPDIR = "/mnt/obb";

Completed in 60 milliseconds