Searched defs:ReadLine (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/tools/aidl/ | ||
H A D | line_reader.cpp | 48 bool ReadLine(string* line) override { in ReadLine() function in android::aidl::FileLineReader |
/aosp12/system/extras/simpleperf/ | ||
H A D | utils.h | 81 std::string* ReadLine() { return (std::getline(ifs_, buf_)) ? &buf_ : nullptr; } in ReadLine() function |