Searched defs:SEC_STGDIR (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolume.h42 static const char *SEC_STGDIR; member in class:Volume
H A DVolume.cpp62 const char *Volume::SEC_STGDIR = "/mnt/secure/staging"; member in class:Volume
134 snprintf(filename, sizeof(filename), "%s/autorun.inf", SEC_STGDIR);
634 SLOGE("Failed to unmount %s (%s)", SEC_STGDIR, strerror(errno));
668 if (doMoveMount(SEC_STGDIR, getMountpoint(), force)) {

Completed in 60 milliseconds