Searched refs:str_value2 (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 | 469 let str_value2 = "t".repeat(MAX_FILE_LENGTH); in test_string_exists_in_file_004() localVariable 474 assert!(file_ex::ffi::RustStringExistsInFile(&filename, &str_value2, true)); in test_string_exists_in_file_004() 492 let str_value2 = "123".to_string(); in test_string_exists_in_file_006() localVariable 502 assert!(file_ex::ffi::RustStringExistsInFile(&filename, &str_value2, false)); in test_string_exists_in_file_006() 503 assert!(file_ex::ffi::RustStringExistsInFile(&filename, &str_value2, true)); in test_string_exists_in_file_006() 519 let str_value2 = "\n\ris".to_string(); in test_string_exists_in_file_007() localVariable 526 assert!(file_ex::ffi::RustStringExistsInFile(&filename, &str_value2, false)); in test_string_exists_in_file_007() 527 assert!(file_ex::ffi::RustStringExistsInFile(&filename, &str_value2, true)); in test_string_exists_in_file_007()
|