Home
last modified time | relevance | path

Searched defs:RustLoadStringFromFd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dfile_ex.rs30 pub fn RustLoadStringFromFd(fd: i32, content: &mut String) -> bool; in RustLoadStringFromFd() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dfile_ex.cpp47 bool RustLoadStringFromFd(int fd, rust::String& content) in RustLoadStringFromFd() function