Searched refs:create_test_file (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/ |
H A D | rust_utils_file_test.rs | 79 create_test_file(&filename, &content); in test_load_string_from_file_003() 90 create_test_file(&filename, &content); in test_load_string_from_file_004() 101 create_test_file(&filename, &content); in test_load_string_from_file_005() 112 create_test_file(&filename, &content); in test_load_string_from_file_006() 130 create_test_file(&filename, &content); in test_load_string_from_fd_002() 143 create_test_file(&filename, &content); in test_load_string_from_fd_003() 198 create_test_file(&path, &content); in test_save_string_to_file_001() 212 create_test_file(&path, &content); in test_save_string_to_file_002() 227 create_test_file(&path, &content); in test_save_string_to_file_003() 244 create_test_file(&path, &content); in test_save_string_to_file_004() [all …]
|