Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils_test.cpp100 TEST(utils, LineReader) { in TEST() argument
Dutils.h81 explicit LineReader(std::string_view file_path) : ifs_(std::string(file_path).c_str()) {} in LineReader() function