Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/ashmem_fuzzer/
H A Dashmem_fuzzer.cpp46 string memoryContent2 = dataProvider->ConsumeRandomLengthString(MAX_MEMORY_SIZE); in AshmemTestFunc() local
47 … ret = ashmem->WriteToAshmem(memoryContent2.c_str(), memoryContent2.size(), memoryContent.size()); in AshmemTestFunc()
54 ashmem->ReadFromAshmem(memoryContent2.size(), memoryContent.size()); in AshmemTestFunc()