Lines Matching refs:PathContext
519 func (c *config) HostToolPath(ctx PathContext, tool string) Path {
523 func (c *config) HostJNIToolPath(ctx PathContext, path string) Path {
531 func (c *config) HostJavaToolPath(ctx PathContext, path string) Path {
554 func (c *config) PrebuiltBuildTool(ctx PathContext, tool string) Path {
631 func (c *config) BuildNumberFile(ctx PathContext) Path {
748 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {
756 func (c *config) DefaultAppCertificate(ctx PathContext) (pem, key SourcePath) {
992 func (c *config) DexpreoptGlobalConfigPath(ctx PathContext) OptionalPath {
1006 func (c *config) DexpreoptGlobalConfig(ctx PathContext) ([]byte, error) {
1019 func (c *config) FrameworksBaseDirExists(ctx PathContext) bool {
1031 func (c *config) PrebuiltHiddenApiDir(ctx PathContext) string {
1656 func (l *ConfiguredJarList) BuildPaths(ctx PathContext, dir OutputPath) WritablePaths {
1666 func (l *ConfiguredJarList) BuildPathsByModule(ctx PathContext, dir OutputPath) map[string]Writable…