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

  /system/vold/
fstrim.c 68 SLOGI("Starting fstrim work...\n");
107 SLOGI("Invoking %s ioctl on %s", deep_trim ? "FIDTRIM" : "FITRIM", fstab->recs[i].mount_point);
114 SLOGI("Trimmed %llu bytes on %s\n", range.len, fstab->recs[i].mount_point);
122 SLOGI("Finished fstrim work.\n");
Fat.cpp 87 SLOGI("Filesystem check completed OK");
221 SLOGI("Filesystem formatted OK");
250 SLOGI("Fat wipe %d sectors on %s succeeded", numSectors, fsPath);
Ext4.cpp 104 SLOGI("Filesystem (ext4) resized OK");
153 SLOGI("Filesystem (ext4) formatted OK");
main.cpp 52 SLOGI("Vold 2.1 (the revenge) firing up");
105 SLOGI("Vold exiting");
Volume.cpp 275 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
421 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
508 SLOGI("%s sucessfully unmounted", path);
573 SLOGI("%s unmounted successfully", getMountpoint());
582 SLOGI("Encrypted volume %s reverted successfully", getMountpoint());
cryptfs.c 132 SLOGI("keymaster version is %d", keymaster_dev->common.module->module_api_version);
236 SLOGI("Signing unpadded object");
243 SLOGI("Signing end-padded object");
256 SLOGI("Signing safely-padded object");
784 SLOGI("Could not find valid persistent data, creating");
1096 SLOGI("Enabling support for allow_discards in dmcrypt.\n");
1106 SLOGI("Took %d tries to load dmcrypt table.\n", load_count);
    [all...]
DirectVolume.cpp 288 SLOGI("Volume %s disk has changed", getLabel());
VolumeManager.cpp 576 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint);
582 SLOGI("Created raw secure container %s (no filesystem)", id);
1052 SLOGI("Container %s unmounted OK", id);
    [all...]
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 247 #ifndef SLOGI
248 #define SLOGI(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__))
  /system/core/include/log/
log.h 244 #ifndef SLOGI
245 #define SLOGI(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__))
  /system/core/libprocessgroup/
processgroup.cpp 235 SLOGI("Killing pid %d in uid %d as part of process group %d", pid, uid, initialPid);
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 493 SLOGI("func error");

Completed in 672 milliseconds