Searched refs:SLOGI (Results 1 – 8 of 8) sorted by relevance
/system/vold/ |
D | Fat.cpp | 69 SLOGI("Filesystem check completed OK"); in check() 183 SLOGI("Filesystem formatted OK"); in format()
|
D | Volume.cpp | 251 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()
|
D | Ext4.cpp | 82 SLOGI("Filesystem (ext4) formatted OK"); in format()
|
D | main.cpp | 46 SLOGI("Vold 2.1 (the revenge) firing up"); in main() 96 SLOGI("Vold exiting"); in main()
|
D | VolumeManager.cpp | 436 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()
|
D | cryptfs.c | 444 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()
|
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
|