Home
last modified time | relevance | path

Searched refs:GetPythonBinary (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dbazel_handler.go88 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/
Drequest_type_test.go58 actualOutput := GetPythonBinary.ParseResult(tc.input)
Drequest_type.go10 GetPythonBinary = &getPythonBinaryRequestType{} var