Searched refs: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
130 snprintf(filename, sizeof(filename), "%s/autorun.inf", SEC_STGDIR);
610 if (doMoveMount(getMountpoint(), SEC_STGDIR, force)) {
611 SLOGE("Failed to move mount %s => %s (%s)", getMountpoint(), SEC_STGDIR, strerror(errno));
641 if (doUnmount(Volume::SEC_STGDIR, force)) {
642 SLOGE("Failed to unmount %s (%s)", SEC_STGDIR, strerror(errno));
676 if (doMoveMount(SEC_STGDIR, getMountpoint(), force)) {

Completed in 88 milliseconds