Home
last modified time | relevance | path

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

/build/soong/java/
Dfuzz.go115 if j.fuzzPackagedModule.FuzzProperties.Dictionary != nil {
116 …j.fuzzPackagedModule.Dictionary = android.PathForModuleSrc(ctx, *j.fuzzPackagedModule.FuzzProperti…
Dandroidmk.go146 if j.fuzzPackagedModule.Dictionary != nil {
147 androidMkWriteTestData(android.Paths{j.fuzzPackagedModule.Dictionary}, entries)
/build/soong/fuzz/
Dfuzz_common.go392 Dictionary *string `android:"path"` member
403 Dictionary android.Path member
494 if fuzzModule.Dictionary != nil {
495 files = append(files, FileToZip{SourceFilePath: fuzzModule.Dictionary})
/build/soong/cc/
Dfuzz.go294 if d := fuzzBin.fuzzPackagedModule.Dictionary; d != nil {
315 if fuzzPackagedModule.FuzzProperties.Dictionary != nil {
316 …fuzzPackagedModule.Dictionary = android.PathForModuleSrc(ctx, *fuzzPackagedModule.FuzzProperties.D…
317 if fuzzPackagedModule.Dictionary.Ext() != ".dict" {
320 fuzzPackagedModule.Dictionary.String())
/build/soong/rust/
Dfuzz.go163 if d := fuzz.fuzzPackagedModule.Dictionary; d != nil {
/build/bazel/rules/
Dproto_file_utils.bzl97 Dictionary with declared files grouped by type from the type_dictionary.
/build/bazel/rules/apex/
Dapex.bzl61 # Dictionary mapping from paths in the apex to the files and associated metadata to be put there