Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dfile_ex.rs36 pub fn RustLoadBufferFromFile(filePath: &String, content: &mut Vec<c_char>) -> bool; in RustLoadBufferFromFile() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dfile_ex.cpp57 bool RustLoadBufferFromFile(const rust::String& filePath, rust::vec<char>& content) in RustLoadBufferFromFile() function