Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp103 const char* newline = strchr(msg, '\n'); in SplitByLines() local
/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.cpp128 void EntryPoint::print(FILE *fp, bool newline, in print()