Searched refs:GetPythonBinary (Results 1 – 3 of 3) sorted by relevance
| /build/soong/android/ |
| D | bazel_handler.go | 189 GetPythonBinary(label string, cfgKey configKey) (string, error) methodSpec 320 func (m MockBazelContext) GetPythonBinary(label string, _ configKey) (string, error) { func 436 func (bazelCtx *mixedBuildBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, er… func 437 key := makeCqueryKey(label, cquery.GetPythonBinary, cfgKey) 440 return cquery.GetPythonBinary.ParseResult(bazelOutput), nil 473 func (n noopBazelContext) GetPythonBinary(_ string, _ configKey) (string, error) { func
|
| /build/soong/bazel/cquery/ |
| D | request_type_test.go | 63 actualOutput := GetPythonBinary.ParseResult(tc.input)
|
| D | request_type.go | 11 GetPythonBinary = &getPythonBinaryRequestType{} var
|