Home
last modified time | relevance | path

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

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