Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp106 static int setupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, … in setupLoopDevice() argument
108 if (Loop::create(idHash, asecFileName, buffer, len)) { in setupLoopDevice()
109 SLOGE("ASEC loop device creation failed for %s (%s)", asecFileName, strerror(errno)); in setupLoopDevice()
117 SLOGD("Found active loopback for %s at %s", asecFileName, buffer); in setupLoopDevice()
123 …rDevice(char* buffer, size_t len, const char* loopDevice, const char* asecFileName, const char* ke… in setupDevMapperDevice() argument
128 SLOGE("ASEC device mapping failed for %s (%s)", asecFileName, strerror(errno)); in setupDevMapperDevice()
136 SLOGD("Found active devmapper for %s at %s", asecFileName, buffer); in setupDevMapperDevice()
332 char asecFileName[255]; in getAsecMountPath() local
340 if (findAsec(id, asecFileName, sizeof(asecFileName))) { in getAsecMountPath()
346 if (access(asecFileName, F_OK)) { in getAsecMountPath()
[all …]