Searched defs:RustSaveBufferToFile (Results 1 – 2 of 2) sorted by relevance
41 … pub fn RustSaveBufferToFile(filePath: &String, content: &Vec<c_char>, truncated: bool) -> bool; in RustSaveBufferToFile() function
68 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool trunca… in RustSaveBufferToFile() function