Home
last modified time | relevance | path

Searched refs:NULL_STR (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs26 pub const NULL_STR: &str = ""; consts
69 let filename = NULL_STR.to_string(); in test_load_string_from_file_002()
78 let content = NULL_STR.to_string(); in test_load_string_from_file_003()
129 let content = NULL_STR.to_string(); in test_load_string_from_fd_002()
197 let new_content = NULL_STR.to_string(); in test_save_string_to_file_001()
229 let new_content = NULL_STR.to_string(); in test_save_string_to_file_003()
242 let new_content = NULL_STR.to_string(); in test_save_string_to_file_004()
448 let str_value = NULL_STR.to_string(); in test_string_exists_in_file_002()
553 let str = NULL_STR.to_string(); in test_count_str_in_file_002()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_file_test.cpp35 static constexpr char NULL_STR[] = ""; member in OHOS::__anon34::UtilsFileTest
105 string filename = NULL_STR; in HWTEST_F()
118 string content = NULL_STR; in HWTEST_F()
189 string content = NULL_STR; in HWTEST_F()
595 string str = NULL_STR; in HWTEST_F()
729 string str = NULL_STR; in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/
H A Dfile_benchmark_test.cpp34 static constexpr char NULL_STR[] = ""; member
145 string filename = NULL_STR; in BENCHMARK_F()
163 string content = NULL_STR; in BENCHMARK_F()
259 string content = NULL_STR; in BENCHMARK_F()
720 string str = NULL_STR; in BENCHMARK_F()
906 string str = NULL_STR; in BENCHMARK_F()
/commonlibrary/rust/ylong_json/src/
H A Dencoder.rs258 writer.write_all(NULL_STR)?; in encode_null()
H A Dconsts.rs69 pub(crate) const NULL_STR: &[u8] = b"null";

Completed in 6 milliseconds