Home
last modified time | relevance | path

Searched defs:GetPythonBinary (Results 1 – 2 of 2) 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
219 func (n noopBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, bool) { func
/build/soong/bazel/cquery/
Drequest_type.go10 GetPythonBinary = &getPythonBinaryRequestType{} var