Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/unittest/rust/
Drust_utils_file_test.rs215 let new_content = NULL_STR.to_string(); in test_save_string_to_file_001() localVariable
233 let new_content = CONTENT_STR.to_string(); in test_save_string_to_file_002() localVariable
249 let new_content = NULL_STR.to_string(); in test_save_string_to_file_003() localVariable
263 let new_content = NULL_STR.to_string(); in test_save_string_to_file_004() localVariable
282 let new_content = CONTENT_STR.to_string(); in test_save_string_to_file_005() localVariable
442 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
460 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