Home
last modified time | relevance | path

Searched refs:RustSaveBufferToFile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dfile_ex.rs39 pub fn RustSaveBufferToFile( in RustSaveBufferToFile() function
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dfile_ex.h44 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool trunca…
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_rust_file.md23 | bool | **RustSaveBufferToFile**(filePath: &String, content:&Vec<c_char>, truncated: bool)<br>向指定文…
/ohos5.0/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()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dfile_ex.cpp68 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool trunca… in RustSaveBufferToFile() function