Home
last modified time | relevance | path

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

/system/core/trusty/fuzz/
Dtipc_fuzzer.cpp48 uuid module_uuid; in LLVMFuzzerInitialize() local
50 if (!str_to_uuid(TRUSTY_APP_UUID, &module_uuid)) { in LLVMFuzzerInitialize()
62 record = std::make_unique<CoverageRecord>(TIPC_DEV, &module_uuid, TRUSTY_APP_FILENAME); in LLVMFuzzerInitialize()