Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/rust/
Dfile_ex.rs41 … pub fn RustSaveBufferToFile(filePath: &String, content: &Vec<c_char>, truncated: bool) -> bool; in RustSaveBufferToFile() function
/commonlibrary/c_utils/base/src/
Dfile_ex.cpp68 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool trunca… in RustSaveBufferToFile() function