Home
last modified time | relevance | path

Searched defs:StringVector (Results 1 – 3 of 3) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/rust/src/
Dffi.rs25 pub unsafe extern "C" fn ReadLines(path: *const c_char) -> *mut StringVector { in ReadLines()
47 pub unsafe extern "C" fn StringVectorFree(lines: *mut StringVector) { in StringVectorFree()
Dadapter.rs54 pub struct StringVector { struct
74 pub(crate) unsafe fn read_lines(path: *const c_char) -> Result<*mut StringVector, Error> { in read_lines()
/foundation/filemanagement/file_api/interfaces/kits/rust/include/
Drust_file.h30 typedef void StringVector; typedef