Lines Matching refs:device
151 /* Lookup a volume to handle this device */
157 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
266 SLOGE("ASEC loop device creation failed (%s)", strerror(errno));
279 SLOGE("ASEC device mapping failed (%s)", strerror(errno));
296 SLOGE("Failed to open new DM device for superblock write (%s)", strerror(errno));
525 SLOGW("Failed to find loop device for {%s} (%s)", asecFileName, strerror(errno));
592 SLOGE("ASEC loop device creation failed (%s)", strerror(errno));
596 SLOGD("New loop device created at %s", loopDevice);
657 SLOGE("ASEC device mapping failed (%s)", strerror(errno));
914 char device[256];
927 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);