Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 10 of 10) sorted by relevance

/build/soong/cmd/release_config/build_flag/
Dmain.go61 "get": GetCommand,
63 "trace": GetCommand, // Also handled by GetCommand
140 func GetCommand(configs *rc_lib.ReleaseConfigs, commonFlags Flags, cmd string, args []string) error… func
327 err = GetCommand(configs, commonFlags, cmd, []string{name})
/build/soong/cc/
Dgen_test.go70 aidlCommand := android.RuleBuilderSboxProtoForTests(t, ctx, aidlManifest).Commands[0].GetCommand()
Dcc_test.go2264 aidlCommand := manifest.Commands[0].GetCommand()
2299 aidlCommand := manifest.Commands[0].GetCommand()
2350 aidlCommand := manifest.Commands[0].GetCommand()
/build/soong/ui/status/build_error_proto/
Dbuild_error.pb.go153 func (x *BuildActionError) GetCommand() string { func
/build/soong/java/
Ddroidstubs_test.go216 …if g, w := manifest.Commands[0].GetCommand(), "reference __SBOX_SANDBOX_DIR__/out/soong/.intermedi…
Djava_test.go1904 manifestCommand := sboxProto.Commands[0].GetCommand()
2012 manifestCommand := sboxProto.Commands[0].GetCommand()
2310 manifestCommand := sboxProto.Commands[0].GetCommand()
2476 manifestCommand := sboxProto.Commands[0].GetCommand()
2498 manifestCommand := sboxProto.Commands[0].GetCommand()
2540 manifestCommand := sboxProto.Commands[0].GetCommand()
/build/soong/ui/status/
Dninja.go212 Command: msg.EdgeStarted.GetCommand(),
/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go167 func (x *Command) GetCommand() string { func
/build/soong/cmd/sbox/
Dsbox.go244 rawCommand := command.GetCommand()
/build/soong/ui/status/ninja_frontend/
Dfrontend.pb.go437 func (x *Status_EdgeStarted) GetCommand() string { func