Home
last modified time | relevance | path

Searched refs:lastLF (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Ddebug_logger.cpp72 size_t lastLF = buffer.find_last_of('\n'); in HiLog() local
73 if (lastLF != std::string::npos) { in HiLog()
74 buffer.erase(lastLF, 1); in HiLog()
/developtools/hiperf/src/
H A Ddebug_logger.cpp71 size_t lastLF = buffer.find_last_of('\n'); in HiLog() local
72 if (lastLF != std::string::npos) { in HiLog()
73 buffer.erase(lastLF, 1); in HiLog()

Completed in 2 milliseconds