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

  /system/vold/
Volume.h 45 static const char *ASECDIR;
VolumeManager.cpp 207 snprintf(buffer, maxlen, "%s/%s", Volume::ASECDIR, id);
344 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id);
393 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id);
414 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id1);
421 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id2);
455 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id);
547 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id);
575 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id);
Volume.cpp 74 const char *Volume::ASECDIR = "/mnt/asec";

Completed in 108 milliseconds