Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerUtils.cpp131 params.binder_mode_ = true; in ExtractProtoFuzzerParams()
162 ss << "Binder mode: " << binder_mode_ << endl; in DebugString()
DProtoFuzzerMain.cpp120 runner->Init(params.target_fq_name_.name(), params.binder_mode_); in LLVMFuzzerInitialize()
/test/vts-testcase/fuzz/iface_fuzzer/include/
DProtoFuzzerUtils.h81 bool binder_mode_ = true; variable