Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dffi.rs17 …create_dir, error_control, get_parent, next_line, reader_iterator, drop_reader_iterator, seek, cut…
26 match reader_iterator(path) { in ReaderIterator()
H A Dadapter.rs78 pub(crate) unsafe fn reader_iterator(path: *const c_char) -> Result<*mut c_void, Error> { in reader_iterator() function