Home
last modified time | relevance | path

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

/system/vold/
Dfstrim.c68 SLOGI("Starting fstrim work...\n"); in do_fstrim_filesystems()
107SLOGI("Invoking %s ioctl on %s", deep_trim ? "FIDTRIM" : "FITRIM", fstab->recs[i].mount_point); in do_fstrim_filesystems()
114 SLOGI("Trimmed %llu bytes on %s\n", range.len, fstab->recs[i].mount_point); in do_fstrim_filesystems()
122 SLOGI("Finished fstrim work.\n"); in do_fstrim_filesystems()
DFat.cpp87 SLOGI("Filesystem check completed OK"); in check()
221 SLOGI("Filesystem formatted OK"); in format()
250 SLOGI("Fat wipe %d sectors on %s succeeded", numSectors, fsPath); in wipe()
DExt4.cpp104 SLOGI("Filesystem (ext4) resized OK"); in resize()
153 SLOGI("Filesystem (ext4) formatted OK"); in format()
Dcryptfs.c132 SLOGI("keymaster version is %d", keymaster_dev->common.module->module_api_version); in keymaster_check_compatibility()
236 SLOGI("Signing unpadded object"); in keymaster_sign_object()
243 SLOGI("Signing end-padded object"); in keymaster_sign_object()
256 SLOGI("Signing safely-padded object"); in keymaster_sign_object()
784 SLOGI("Could not find valid persistent data, creating"); in load_persistent_data()
1096 SLOGI("Enabling support for allow_discards in dmcrypt.\n"); in create_crypto_blk_dev()
1106 SLOGI("Took %d tries to load dmcrypt table.\n", load_count); in create_crypto_blk_dev()
1159 SLOGI("Using pbkdf2 for cryptfs KDF"); in pbkdf2()
1176 SLOGI("Using scrypt for cryptfs KDF"); in scrypt()
1199 SLOGI("Using scrypt with keymaster for cryptfs KDF"); in scrypt_keymaster()
[all …]
Dmain.cpp52 SLOGI("Vold 2.1 (the revenge) firing up"); in main()
105 SLOGI("Vold exiting"); in main()
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()
DVolumeManager.cpp576 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint); in createAsec()
582 SLOGI("Created raw secure container %s (no filesystem)", id); in createAsec()
1052 SLOGI("Container %s unmounted OK", id); in unmountLoopImage()
1868 SLOGI("Unmounting ASEC %s (dependent on %s)", cd->id, v->getLabel()); in cleanupAsec()
1877 SLOGI("Unmounting OBB %s (dependent on %s)", cd->id, v->getLabel()); in cleanupAsec()
DDirectVolume.cpp288 SLOGI("Volume %s disk has changed", getLabel()); in handleDiskChanged()
/system/core/include/log/
Dlog.h244 #ifndef SLOGI
245 #define SLOGI(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, __VA_AR… macro
/system/core/libprocessgroup/
Dprocessgroup.cpp235 SLOGI("Killing pid %d in uid %d as part of process group %d", pid, uid, initialPid); in killProcessGroupOnce()
/system/core/liblog/
DREADME31 SLOGI(format, ...)
/system/extras/f2fs_utils/
Df2fs_sparseblock.c493 SLOGI("func error"); in run_on_used_blocks()