Home
last modified time | relevance | path

Searched refs:asecFileName (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DVolumeManager.cpp142 static int setupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, … in setupLoopDevice() argument
144 if (Loop::create(idHash, asecFileName, buffer, len)) { in setupLoopDevice()
145 SLOGE("ASEC loop device creation failed for %s (%s)", asecFileName, strerror(errno)); in setupLoopDevice()
153 SLOGD("Found active loopback for %s at %s", asecFileName, buffer); in setupLoopDevice()
159 …rDevice(char* buffer, size_t len, const char* loopDevice, const char* asecFileName, const char* ke… in setupDevMapperDevice() argument
164 SLOGE("ASEC device mapping failed for %s (%s)", asecFileName, strerror(errno)); in setupDevMapperDevice()
172 SLOGD("Found active devmapper for %s at %s", asecFileName, buffer); in setupDevMapperDevice()
706 char asecFileName[255]; in getAsecMountPath() local
714 if (findAsec(id, asecFileName, sizeof(asecFileName))) { in getAsecMountPath()
720 if (access(asecFileName, F_OK)) { in getAsecMountPath()
[all …]