Home
last modified time | relevance | path

Searched defs:new_content (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs197 let new_content = NULL_STR.to_string(); in test_save_string_to_file_001() localVariable
214 let new_content = CONTENT_STR.to_string(); in test_save_string_to_file_002() localVariable
229 let new_content = NULL_STR.to_string(); in test_save_string_to_file_003() localVariable
242 let new_content = NULL_STR.to_string(); in test_save_string_to_file_004() localVariable
260 let new_content = CONTENT_STR.to_string(); in test_save_string_to_file_005() localVariable
410 let new_content: Vec<c_char> = vec!['x' as c_char, 'x' as c_char, 't' as c_char, 't' as c_char]; in test_save_buffer_to_file_002() localVariable
427 let new_content: Vec<c_char> = vec!['x' as c_char, 'x' as c_char, 't' as c_char, 't' as c_char]; in test_save_buffer_to_file_003() localVariable