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

  /system/vold/
Volume.h 42 static const char *SEC_STGDIR;
Volume.cpp 61 const char *Volume::SEC_STGDIR = "/mnt/secure/staging";
133 snprintf(filename, sizeof(filename), "%s/autorun.inf", SEC_STGDIR);
633 SLOGE("Failed to unmount %s (%s)", SEC_STGDIR, strerror(errno));
667 if (doMoveMount(SEC_STGDIR, getMountpoint(), force)) {

Completed in 335 milliseconds