Searched refs:GetPythonBinary (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | bazel_handler.go | 88 GetPythonBinary(label string, cfgKey configKey) (string, bool) methodSpec 159 func (m MockBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, bool) { func 201 func (bazelCtx *bazelContext) GetPythonBinary(label string, cfgKey configKey) (string, bool) { func 202 rawString, ok := bazelCtx.cquery(label, cquery.GetPythonBinary, cfgKey) 206 ret = cquery.GetPythonBinary.ParseResult(bazelOutput) 219 func (n noopBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, bool) { func
|
/build/soong/bazel/cquery/ |
D | request_type_test.go | 58 actualOutput := GetPythonBinary.ParseResult(tc.input)
|
D | request_type.go | 10 GetPythonBinary = &getPythonBinaryRequestType{} var
|