Searched refs:GetCommand (Results 1 – 10 of 10) sorted by relevance
/build/soong/cmd/release_config/build_flag/ |
D | main.go | 61 "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/ |
D | gen_test.go | 70 aidlCommand := android.RuleBuilderSboxProtoForTests(t, ctx, aidlManifest).Commands[0].GetCommand()
|
D | cc_test.go | 2264 aidlCommand := manifest.Commands[0].GetCommand() 2299 aidlCommand := manifest.Commands[0].GetCommand() 2350 aidlCommand := manifest.Commands[0].GetCommand()
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.pb.go | 153 func (x *BuildActionError) GetCommand() string { func
|
/build/soong/java/ |
D | droidstubs_test.go | 216 …if g, w := manifest.Commands[0].GetCommand(), "reference __SBOX_SANDBOX_DIR__/out/soong/.intermedi…
|
D | java_test.go | 1904 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/ |
D | ninja.go | 212 Command: msg.EdgeStarted.GetCommand(),
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 167 func (x *Command) GetCommand() string { func
|
/build/soong/cmd/sbox/ |
D | sbox.go | 244 rawCommand := command.GetCommand()
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 437 func (x *Status_EdgeStarted) GetCommand() string { func
|