OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FORMAT_MODIFIER_PRINTABLE
(Results
1 - 2
of
2
) sorted by null
/system/core/include/log/
logprint.h
42
FORMAT_MODIFIER_PRINTABLE
, /* converts non-printable to printable escapes */
/system/core/liblog/
logprint.c
251
case
FORMAT_MODIFIER_PRINTABLE
:
297
else if (strcmp(formatString, "printable") == 0) format =
FORMAT_MODIFIER_PRINTABLE
;
[
all
...]
Completed in 34 milliseconds