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

  /system/vold/
fstrim.c 62 SLOGI("Starting fstrim work...\n");
101 SLOGI("Invoking FITRIM ioctl on %s", fstab->recs[i].mount_point);
106 SLOGI("Trimmed %llu bytes on %s\n", range.len, fstab->recs[i].mount_point);
114 SLOGI("Finished fstrim work.\n");
Fat.cpp 87 SLOGI("Filesystem check completed OK");
220 SLOGI("Filesystem formatted OK");
249 SLOGI("Fat wipe %d sectors on %s succeeded", numSectors, fsPath);
main.cpp 52 SLOGI("Vold 2.1 (the revenge) firing up");
105 SLOGI("Vold exiting");
Ext4.cpp 98 SLOGI("Filesystem (ext4) formatted OK");
Volume.cpp 243 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
390 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
476 SLOGI("%s sucessfully unmounted", path);
541 SLOGI("%s unmounted successfully", getMountpoint());
550 SLOGI("Encrypted volume %s reverted successfully", getMountpoint());
cryptfs.c 540 SLOGI("Could not find valid persistent data, creating");
808 SLOGI("Enabling support for allow_discards in dmcrypt.\n");
818 SLOGI("Took %d tries to load dmcrypt table.\n", load_count);
    [all...]
DirectVolume.cpp 251 SLOGI("Volume %s disk has changed", getLabel());
VolumeManager.cpp 466 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint);
472 SLOGI("Created raw secure container %s (no filesystem)", id);
763 SLOGI("Container %s unmounted OK", id);
    [all...]
  /system/core/include/log/
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 876 milliseconds