Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs440 let str_value = "abc".to_string(); in test_string_exists_in_file_001() localVariable
448 let str_value = NULL_STR.to_string(); in test_string_exists_in_file_002() localVariable
458 let str_value = "world".to_string(); in test_string_exists_in_file_003() localVariable
480 let str_value = "woRld".to_string(); in test_string_exists_in_file_005() localVariable
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_data.h89 std::string str_value; member