Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp1089 auto readIteratorImpl = FFIData::Create<ReadIteratorImpl>(std::move(ptr)); in ReadLines() local
1090 if (!readIteratorImpl) { in ReadLines()
1093 return {SUCCESS_CODE, readIteratorImpl}; in ReadLines()