Lines Matching refs:command
171 command := builder.Command().BuiltTool("soong_zip").
175 command.FlagWithRspFileInputList("-r ", rspFile, fuzzModule.corpus)
182 command := builder.Command().BuiltTool("soong_zip").
186 command.FlagWithArg("-C ", intermediateDir)
187 command.FlagWithInput("-f ", f)
207 command := builder.Command().BuiltTool("soong_zip").
213 command.FlagWithArg("-P ", file.DestinationPathPrefix)
215 command.Flag("-P ''")
217 command.FlagWithInput("-f ", file.SourceFilePath)
251 command := builder.Command().BuiltTool("soong_zip").
258 command.FlagWithArg("-P ", fileToZip.DestinationPathPrefix)
260 command.Flag("-P ''")
262 command.FlagWithInput("-f ", fileToZip.SourceFilePath)