Searched refs:SLOGI (Results 1 – 9 of 9) sorted by relevance
/system/vold/ |
D | fstrim.c | 62 SLOGI("Starting fstrim work...\n"); in do_fstrim_filesystems() 101 SLOGI("Invoking FITRIM ioctl on %s", fstab->recs[i].mount_point); in do_fstrim_filesystems() 106 SLOGI("Trimmed %llu bytes on %s\n", range.len, fstab->recs[i].mount_point); in do_fstrim_filesystems() 113 SLOGI("Finished fstrim work.\n"); in do_fstrim_filesystems()
|
D | Fat.cpp | 85 SLOGI("Filesystem check completed OK"); in check() 214 SLOGI("Filesystem formatted OK"); in format()
|
D | Volume.cpp | 250 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath); in formatVol() 395 SLOGI("%s being considered for volume %s\n", devicePath, getLabel()); in mountVol() 433 SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath, getMountpoint()); in mountVol() 572 SLOGI("%s sucessfully unmounted", path); in doUnmount() 637 SLOGI("%s unmounted sucessfully", getMountpoint()); in unmountVol() 646 SLOGI("Encrypted volume %s reverted successfully", getMountpoint()); in unmountVol()
|
D | main.cpp | 52 SLOGI("Vold 2.1 (the revenge) firing up"); in main() 105 SLOGI("Vold exiting"); in main()
|
D | Ext4.cpp | 98 SLOGI("Filesystem (ext4) formatted OK"); in format()
|
D | cryptfs.c | 491 SLOGI("Enabling support for allow_discards in dmcrypt.\n"); in create_crypto_blk_dev() 501 SLOGI("Took %d tries to load dmcrypt table.\n", load_count); in create_crypto_blk_dev() 1068 SLOGI("Making empty filesystem with command %s\n", cmdline); in cryptfs_enable_wipe() 1072 SLOGI("Making empty filesystem with command %s\n", cmdline); in cryptfs_enable_wipe()
|
D | VolumeManager.cpp | 465 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint); in createAsec() 471 SLOGI("Created raw secure container %s (no filesystem)", id); in createAsec() 762 SLOGI("Container %s unmounted OK", id); in unmountLoopImage() 1572 SLOGI("Unmounting ASEC %s (dependant on %s)", cd->id, v->getMountpoint()); in cleanupAsec()
|
D | DirectVolume.cpp | 246 SLOGI("Volume %s disk has changed", getLabel()); in handleDiskChanged()
|
/system/core/include/cutils/ |
D | log.h | 243 #ifndef SLOGI 244 #define SLOGI(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, __VA_AR… macro
|