Home
last modified time | relevance | path

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

/system/vold/
DFat.cpp69 SLOGI("Filesystem check completed OK"); in check()
183 SLOGI("Filesystem formatted OK"); in format()
DVolume.cpp251 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath); in formatVol()
396 SLOGI("%s being considered for volume %s\n", devicePath, getLabel()); in mountVol()
434 SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath, getMountpoint()); in mountVol()
573 SLOGI("%s sucessfully unmounted", path); in doUnmount()
638 SLOGI("%s unmounted sucessfully", getMountpoint()); in unmountVol()
647 SLOGI("Encrypted volume %s reverted successfully", getMountpoint()); in unmountVol()
DExt4.cpp82 SLOGI("Filesystem (ext4) formatted OK"); in format()
Dmain.cpp46 SLOGI("Vold 2.1 (the revenge) firing up"); in main()
96 SLOGI("Vold exiting"); in main()
DVolumeManager.cpp436 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint); in createAsec()
442 SLOGI("Created raw secure container %s (no filesystem)", id); in createAsec()
707 SLOGI("Container %s unmounted OK", id); in unmountLoopImage()
1499 SLOGI("Unmounting ASEC %s (dependant on %s)", cd->id, v->getMountpoint()); in cleanupAsec()
Dcryptfs.c444 SLOGI("Took %d tries to load dmcrypt table.\n", i + 1); in create_crypto_blk_dev()
1010 SLOGI("Making empty filesystem with command %s\n", cmdline); in cryptfs_enable_wipe()
1014 SLOGI("Making empty filesystem with command %s\n", cmdline); in cryptfs_enable_wipe()
DDirectVolume.cpp246 SLOGI("Volume %s disk has changed", getLabel()); in handleDiskChanged()
/system/core/include/cutils/
Dlog.h243 #ifndef SLOGI
244 #define SLOGI(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, __VA_AR… macro