Home
last modified time | relevance | path

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

/system/vold/
Dfstrim.c62 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()
114 SLOGI("Finished fstrim work.\n"); in do_fstrim_filesystems()
DFat.cpp87 SLOGI("Filesystem check completed OK"); in check()
220 SLOGI("Filesystem formatted OK"); in format()
249 SLOGI("Fat wipe %d sectors on %s succeeded", numSectors, fsPath); in wipe()
Dmain.cpp52 SLOGI("Vold 2.1 (the revenge) firing up"); in main()
105 SLOGI("Vold exiting"); in main()
DExt4.cpp98 SLOGI("Filesystem (ext4) formatted OK"); in format()
DVolume.cpp275 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath); in formatVol()
421 SLOGI("%s being considered for volume %s\n", devicePath, getLabel()); in mountVol()
508 SLOGI("%s sucessfully unmounted", path); in doUnmount()
573 SLOGI("%s unmounted successfully", getMountpoint()); in unmountVol()
582 SLOGI("Encrypted volume %s reverted successfully", getMountpoint()); in unmountVol()
Dcryptfs.c543 SLOGI("Could not find valid persistent data, creating"); in load_persistent_data()
811 SLOGI("Enabling support for allow_discards in dmcrypt.\n"); in create_crypto_blk_dev()
821 SLOGI("Took %d tries to load dmcrypt table.\n", load_count); in create_crypto_blk_dev()
1453 SLOGI("Making empty filesystem with command %s %s %s %s %s %s\n", in cryptfs_enable_wipe()
1468 SLOGI("Making empty filesystem with command %s %s %s %s %s %s %s %s %s %s\n", in cryptfs_enable_wipe()
DVolumeManager.cpp484 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint); in createAsec()
490 SLOGI("Created raw secure container %s (no filesystem)", id); in createAsec()
811 SLOGI("Container %s unmounted OK", id); in unmountLoopImage()
1683 SLOGI("Unmounting ASEC %s (dependent on %s)", cd->id, v->getLabel()); in cleanupAsec()
1692 SLOGI("Unmounting OBB %s (dependent on %s)", cd->id, v->getLabel()); in cleanupAsec()
DDirectVolume.cpp251 SLOGI("Volume %s disk has changed", getLabel()); in handleDiskChanged()
/system/core/include/log/
Dlog.h243 #ifndef SLOGI
244 #define SLOGI(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, __VA_AR… macro