Home
last modified time | relevance | path

Searched refs:nextLine (Results 1 – 5 of 5) sorted by relevance

/system/incremental_delivery/incfs/
DMountRegistry.cpp265 const char* nextLine = buffer; in forEachLine() local
282 auto chunk = std::string_view{nextLine, size_t(readEnd - nextLine)}; in forEachLine()
294 nextLine = buffer; in forEachLine()
298 if (nextLine < nextRead) { in forEachLine()
299 cb({nextLine, size_t(nextRead - nextLine)}); in forEachLine()
/system/core/libutils/include/utils/
DTokenizer.h110 void nextLine();
/system/apex/tests/src/com/android/tests/apex/
DMediaSwCodecHostTest.java58 String line = in.nextLine(); in checkCodecs()
DMediaHostTest.java62 String line = in.nextLine(); in checkMediaExtractor()
/system/core/libutils/
DTokenizer.cpp141 void Tokenizer::nextLine() { in nextLine() function in android::Tokenizer