Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds