Lines Matching refs:PathContext
481 func (c *config) HostToolPath(ctx PathContext, tool string) Path {
485 func (c *config) HostJNIToolPath(ctx PathContext, path string) Path {
493 func (c *config) HostJavaToolPath(ctx PathContext, path string) Path {
528 func (c *config) PrebuiltBuildTool(ctx PathContext, tool string) Path {
594 func (c *config) BuildNumberFile(ctx PathContext) Path {
689 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {
698 func (c *config) DefaultAppCertificate(ctx PathContext) (pem, key SourcePath) {
917 func SplitApexJarPair(ctx PathContext, str string) (string, string) { argument
927 func GetJarsFromApexJarPairs(ctx PathContext, apexJarPairs []string) []string { argument
944 func (c *config) DexpreoptGlobalConfig(ctx PathContext) ([]byte, error) {
953 func (c *config) FrameworksBaseDirExists(ctx PathContext) bool {