Home
last modified time | relevance | path

Searched refs:RustSaveBufferToFile (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/src/rust/
H A Dfile_ex.rs39 pub fn RustSaveBufferToFile( in RustSaveBufferToFile() functions
/commonlibrary/c_utils/base/include/
H A Dfile_ex.h44 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool truncated);
/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs394 let ret = file_ex::ffi::RustSaveBufferToFile(&filename, &buff, false); in test_save_buffer_to_file_001()
411 let ret = file_ex::ffi::RustSaveBufferToFile(&filename, &new_content, true); in test_save_buffer_to_file_002()
428 let mut ret = file_ex::ffi::RustSaveBufferToFile(&filename, &new_content, false); in test_save_buffer_to_file_003()
/commonlibrary/c_utils/base/src/
H A Dfile_ex.cpp68 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool truncated) in RustSaveBufferToFile() function

Completed in 14 milliseconds