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

/system/vold/
H A DVolume.h44 static const char *SEC_ASECDIR; member in class:Volume
H A DVolume.cpp74 const char *Volume::SEC_ASECDIR = "/mnt/secure/asec"; member in class:Volume
507 if (mount(SEC_STG_SECIMGDIR, SEC_ASECDIR, "", MS_BIND, NULL)) {
509 SEC_STG_SECIMGDIR, SEC_ASECDIR, strerror(errno));
633 if (doUnmount(Volume::SEC_ASECDIR, force)) {
634 SLOGE("Failed to remove bindmount on %s (%s)", SEC_ASECDIR, strerror(errno));
666 if (mount(SEC_STG_SECIMGDIR, SEC_ASECDIR, "", MS_BIND, NULL)) {

Completed in 39 milliseconds