Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs202 let mut load_result = String::new(); in test_save_string_to_file_001() variables
203 assert!(file_ex::ffi::RustLoadStringFromFile(&path, &mut load_result)); in test_save_string_to_file_001()
205 assert_eq!(load_result, content); in test_save_string_to_file_001()
217 let mut load_result = String::new(); in test_save_string_to_file_002() variables
218 assert!(file_ex::ffi::RustLoadStringFromFile(&path, &mut load_result)); in test_save_string_to_file_002()
220 assert_eq!(load_result, new_content); in test_save_string_to_file_002()
232 let mut load_result = String::new(); in test_save_string_to_file_003() variables
233 let ret = file_ex::ffi::RustLoadStringFromFile(&path, &mut load_result); in test_save_string_to_file_003()
236 assert_eq!(load_result, content); in test_save_string_to_file_003()
247 let mut load_result in test_save_string_to_file_004() variables
263 let mut load_result = String::new(); test_save_string_to_file_005() variables
294 let mut load_result = String::new(); test_save_string_to_fd_002() variables
312 let mut load_result = String::new(); test_save_string_to_fd_003() variables
331 let mut load_result = String::new(); test_save_string_to_fd_004() variables
397 let mut load_result = String::new(); test_save_buffer_to_file_001() variables
414 let mut load_result = String::new(); test_save_buffer_to_file_002() variables
431 let mut load_result = String::new(); test_save_buffer_to_file_003() variables
[all...]

Completed in 1 milliseconds