Home
last modified time | relevance | path

Searched defs:new_content (Results 1 – 2 of 2) 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
/aosp14/system/core/fastboot/
H A Dvendor_boot_img_utils_test.cpp288 std::string_view new_content(*new_content_res); in TEST_P() local
376 std::string_view new_content(*new_content_res); in TEST_P() local