Home
last modified time | relevance | path

Searched refs:str_value3 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs493 let str_value3 = "llo ".to_string(); in test_string_exists_in_file_006() localVariable
505 assert!(file_ex::ffi::RustStringExistsInFile(&filename, &str_value3, false)); in test_string_exists_in_file_006()
506 assert!(file_ex::ffi::RustStringExistsInFile(&filename, &str_value3, true)); in test_string_exists_in_file_006()