Home
last modified time | relevance | path

Searched refs:error_control (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…
29 error_control(e); in ReaderIterator()
45 error_control(e); in NextLine()
56 error_control(e); in Lseek()
67 error_control(e); in Mkdirs()
79 error_control(e); in GetParent()
H A Dadapter.rs59 pub(crate) unsafe fn error_control(err: Error) { in error_control() function