Home
last modified time | relevance | path

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

/build/soong/fuzz/
Dfuzz_common.go411 type FuzzProperties struct { struct
414 Corpus []string `android:"path"`
418 Device_common_corpus []string `android:"path_device_common"`
422 Data []string `android:"path"`
426 Device_common_data []string `android:"path_device_common"`
430 Device_first_data []string `android:"path_device_first"`
435 Host_common_data []string `android:"path_host_common"`
438 Dictionary *string `android:"path"`
442 Fuzzing_frameworks *FuzzFrameworks
444 Fuzz_config *FuzzConfig
[all …]
/build/soong/cc/
Dfuzz.go35 type FuzzProperties struct { struct
36 FuzzFramework fuzz.Framework `blueprint:"mutated"`