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

  /system/vold/
Volume.h 45 static const char *SEC_ASECDIR_EXT;
Volume.cpp 69 const char *Volume::SEC_ASECDIR_EXT = "/mnt/secure/asec";
490 if (mount(secure_path, SEC_ASECDIR_EXT, "", MS_BIND, NULL)) {
492 SEC_ASECDIR_EXT, strerror(errno));
556 if (providesAsec && doUnmount(Volume::SEC_ASECDIR_EXT, force) != 0) {

Completed in 220 milliseconds