Searched refs:FileArg (Results 1 – 3 of 3) sorted by relevance
/build/soong/scripts/ |
D | conv_linker_config_test.py | 35 class FileArg: class 64 elif isinstance(args[i], FileArg): 74 self.command(['proto', '-s', '-o', FileArg('out.pb')]) 82 self.command(['proto', '-s', FileArg('foo.json'), '-o', FileArg('out.pb')]) 91 …self.command(['proto', '-s', FileArgs([FileArg('foo.json'), FileArg('bar.json')]), '-o', FileArg('… 102 self.command(['proto', '-o', FileArg('out.pb')]) 110 self.command(['proto', '-s', FileArg('bar.json'), '-o', FileArg('out.pb'), '-a']) 119 self.command(['proto', '-s', FileArg('bar.json'), '-o', FileArg('out.pb'), '-f'])
|
/build/soong/zip/ |
D | zip.go | 81 type FileArg struct { struct 90 state FileArg 94 fileArgs []FileArg 210 func (b *FileArgsBuilder) FileArgs() []FileArg { 272 FileArgs []FileArg 444 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping, argument
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 422 FileArgs: []zip.FileArg{ 449 FileArgs: []zip.FileArg{
|