Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_file_test.cpp33 static constexpr char CONTENT_STR[] = "TTtt@#$%^&*()_+~`"; member in OHOS::__anon9a9253d00110::UtilsFileTest
133 string content = CONTENT_STR;
206 string content = CONTENT_STR;
257 string content = CONTENT_STR;
273 string content = CONTENT_STR;
295 string newContent = CONTENT_STR;
355 string newContent = CONTENT_STR;
378 content = CONTENT_STR;
413 string content = CONTENT_STR;
435 string content = CONTENT_STR;
/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs24 pub const CONTENT_STR: &str = "TTtt@#$%^&*()_+~`"; const
89 let content = CONTENT_STR.to_string(); in test_load_string_from_file_004()
142 let content = CONTENT_STR.to_string(); in test_load_string_from_fd_003()
181 let content = CONTENT_STR.to_string(); in test_load_string_from_fd_006()
196 let content = CONTENT_STR.to_string(); in test_save_string_to_file_001()
214 let new_content = CONTENT_STR.to_string(); in test_save_string_to_file_002()
260 let new_content = CONTENT_STR.to_string(); in test_save_string_to_file_005()
278 content = CONTENT_STR.to_string(); in test_save_string_to_fd_001()
305 let content = CONTENT_STR.to_string(); in test_save_string_to_fd_003()
323 let content = CONTENT_STR.to_string(); in test_save_string_to_fd_004()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/
H A Dfile_benchmark_test.cpp32 static constexpr char CONTENT_STR[] = "TTtt@#$%^&*()_+~`"; variable
183 string content = CONTENT_STR; in BENCHMARK_F()
272 string content = CONTENT_STR; in BENCHMARK_F()
320 string content = CONTENT_STR; in BENCHMARK_F()
342 string content = CONTENT_STR; in BENCHMARK_F()
370 string newContent = CONTENT_STR; in BENCHMARK_F()
448 string newContent = CONTENT_STR; in BENCHMARK_F()
476 content = CONTENT_STR; in BENCHMARK_F()
505 string content = CONTENT_STR; in BENCHMARK_F()
518 string content = CONTENT_STR; in BENCHMARK_F()