OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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());
VolumeManager.cpp
484
SLOGI
("Cannot chown/chmod new ASEC mount point %s", mountPoint);
490
SLOGI
("Created raw secure container %s (no filesystem)", id);
811
SLOGI
("Container %s unmounted OK", id);
[
all
...]
cryptfs.c
543
SLOGI
("Could not find valid persistent data, creating");
811
SLOGI
("Enabling support for allow_discards in dmcrypt.\n");
821
SLOGI
("Took %d tries to load dmcrypt table.\n", load_count);
[
all
...]
DirectVolume.cpp
251
SLOGI
("Volume %s disk has changed", getLabel());
/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 778 milliseconds