• Home
  • Raw
  • Download

Lines Matching refs:SLOGE

145             SLOGE("Failed to remove %s (%s)", filename, strerror(errno));  in protectFromAutorunStupidity()
242 SLOGE("Failed to initialize MBR (%s)", strerror(errno)); in formatVol()
255 SLOGE("Failed to format (%s)", strerror(errno)); in formatVol()
274 SLOGE("Error opening /proc/mounts (%s)", strerror(errno)); in isMountpointMounted()
336 SLOGE("Failed to get device nodes (%s)\n", strerror(errno)); in mountVol()
356 SLOGE("Too many device nodes returned when mounting %d\n", getMountpoint()); in mountVol()
363 SLOGE("Cannot setup encryption mapping for %d\n", getMountpoint()); in mountVol()
374 SLOGE("Error making device node '%s' (%s)", nodepath, in mountVol()
385 SLOGE("Failed to get device nodes (%s)\n", strerror(errno)); in mountVol()
408 SLOGE("%s failed FS checks (%s)", devicePath, strerror(errno)); in mountVol()
430 SLOGE("%s failed to mount via VFAT (%s)\n", devicePath, strerror(errno)); in mountVol()
440 SLOGE("Failed to create bindmounts (%s)", strerror(errno)); in mountVol()
451 SLOGE("Failed to move mount (%s)", strerror(errno)); in mountVol()
461 SLOGE("Volume %s found no suitable devices for mounting :(\n", getLabel()); in mountVol()
476 SLOGE("Failed to rename legacy asec dir (%s)", strerror(errno)); in createBindMounts()
486 SLOGE("Failed to create %s (%s)", SEC_STG_SECIMGDIR, strerror(errno)); in createBindMounts()
490 SLOGE("Failed to access %s (%s)", SEC_STG_SECIMGDIR, strerror(errno)); in createBindMounts()
497 SLOGE("Failed to stat %s (%s)", SEC_STG_SECIMGDIR, strerror(errno)); in createBindMounts()
501 SLOGE("%s is not a directory", SEC_STG_SECIMGDIR); in createBindMounts()
512 SLOGE("Failed to bind mount points %s -> %s (%s)", in createBindMounts()
522 SLOGE("Failed to obscure %s (%s)", SEC_STG_SECIMGDIR, strerror(errno)); in createBindMounts()
541 SLOGE("Failed to move mount %s -> %s (%s)", src, dst, strerror(errno)); in doMoveMount()
560 SLOGE("Giving up on move %s -> %s (%s)", src, dst, strerror(errno)); in doMoveMount()
594 SLOGE("Giving up on unmount %s (%s)", path, strerror(errno)); in doUnmount()
602 SLOGE("Volume %s unmount request when not mounted", getLabel()); in unmountVol()
615 SLOGE("Failed to remove bindmount on %s (%s)", SEC_ASECDIR_EXT, strerror(errno)); in unmountVol()
626 SLOGE("Failed to unmount tmpfs on %s (%s)", secure_dir, strerror(errno)); in unmountVol()
634 SLOGE("Failed to unmount %s (%s)", SEC_STGDIR, strerror(errno)); in unmountVol()
659 SLOGE("Failed to restore bindmount after failure! - Storage will appear offline!"); in unmountVol()
664 SLOGE("Failed to restore tmpfs after failure! - Storage will appear offline!"); in unmountVol()
669 SLOGE("Failed to republish mount after failure! - Storage will appear offline!"); in unmountVol()
686 SLOGE("Failed to malloc prt_lst"); in initializeMbr()
708 SLOGE("Failed to apply disk configuration (%d)", rc); in initializeMbr()