Searched refs:RustSaveBufferToFile (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/c_utils/base/src/rust/ |
H A D | file_ex.rs | 39 pub fn RustSaveBufferToFile( in RustSaveBufferToFile() functions
|
/commonlibrary/c_utils/base/include/ |
H A D | file_ex.h | 44 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool truncated);
|
/commonlibrary/c_utils/base/test/unittest/rust/ |
H A D | rust_utils_file_test.rs | 394 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 D | file_ex.cpp | 68 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool truncated) in RustSaveBufferToFile() function
|
Completed in 14 milliseconds