Lines Matching refs:command
439 command := builder.Command().BuiltTool("soong_zip").
443 command.FlagWithRspFileInputList("-r ", rspFile, fuzzModule.corpus)
450 command := builder.Command().BuiltTool("soong_zip").
454 command.FlagWithArg("-C ", intermediateDir)
455 command.FlagWithInput("-f ", f)
508 command := builder.Command().BuiltTool("soong_zip").
513 command.FlagWithArg("-P ", file.DestinationPathPrefix)
515 command.Flag("-P ''")
517 command.FlagWithInput("-f ", file.SourceFilePath)
551 command := builder.Command().BuiltTool("soong_zip").
558 command.FlagWithArg("-P ", fileToZip.DestinationPathPrefix)
560 command.Flag("-P ''")
562 command.FlagWithInput("-f ", fileToZip.SourceFilePath)