HomeSort by relevance Sort by last modified time
    Searched refs:SLOGI (Results 1 - 8 of 8) sorted by null

  /system/vold/
Fat.cpp 69 SLOGI("Filesystem check completed OK");
183 SLOGI("Filesystem formatted OK");
Ext4.cpp 82 SLOGI("Filesystem (ext4) formatted OK");
Volume.cpp 251 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
396 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
434 SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath, getMountpoint());
573 SLOGI("%s sucessfully unmounted", path);
638 SLOGI("%s unmounted sucessfully", getMountpoint());
647 SLOGI("Encrypted volume %s reverted successfully", getMountpoint());
main.cpp 46 SLOGI("Vold 2.1 (the revenge) firing up");
96 SLOGI("Vold exiting");
DirectVolume.cpp 246 SLOGI("Volume %s disk has changed", getLabel());
VolumeManager.cpp 436 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint);
442 SLOGI("Created raw secure container %s (no filesystem)", id);
707 SLOGI("Container %s unmounted OK", id);
    [all...]
cryptfs.c 444 SLOGI("Took %d tries to load dmcrypt table.\n", i + 1);
1010 SLOGI("Making empty filesystem with command %s\n", cmdline);
1014 SLOGI("Making empty filesystem with command %s\n", cmdline);
    [all...]
  /system/core/include/cutils/
log.h 243 #ifndef SLOGI
244 #define SLOGI(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__))

Completed in 149 milliseconds