Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_ashmem_test.rs46 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_ffi_write_read_002() localVariable
81 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_ffi_write_read_003() localVariable
120 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_ffi_write_read_004() localVariable
155 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_ffi_write_read_005() localVariable
214 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_ffi_invalid_003() localVariable
237 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_ffi_invalid_004() localVariable
278 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_ffi_invalid_006() localVariable
319 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_write_read_002() localVariable
352 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_write_read_003() localVariable
390 let c_content = CString::new(MEMORY_CONTENT).expect("CString::new Failed!"); in test_ashmem_write_read_004() localVariable
[all …]