Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go81 type FileArg struct { struct
82 PathPrefixInZip, SourcePrefixToStrip string
83 ExplicitPathInZip string
84 SourceFiles []string
85 JunkPaths bool
86 GlobDir string
444 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping,
/build/soong/scripts/
Dconv_linker_config_test.py35 class FileArg: class