Searched refs:RustSaveBufferToFile (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/src/rust/ |
H A D | file_ex.rs | 39 pub fn RustSaveBufferToFile( in RustSaveBufferToFile() function
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | file_ex.h | 44 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool trunca…
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c_utils_guide_rust_file.md | 23 | bool | **RustSaveBufferToFile**(filePath: &String, content:&Vec<c_char>, truncated: bool)<br>向指定文…
|
/ohos5.0/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()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | file_ex.cpp | 68 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool trunca… in RustSaveBufferToFile() function
|