Lines Matching defs:PathContext
211 func constructPath(ctx android.PathContext, path string) android.Path {
222 func constructPaths(ctx android.PathContext, paths []string) android.Paths {
230 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath {
239 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) {
271 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig {
277 func GetGlobalConfigRawData(ctx android.PathContext) []byte {
285 android.PathContext anonMember
293 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw {
370 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
490 func IsDex2oatNeeded(ctx android.PathContext) bool {
591 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig {
611 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) {
733 func GlobalConfigForTests(ctx android.PathContext) *GlobalConfig {
790 func GetDexpreoptDirName(ctx android.PathContext) string {
799 func getUffdGcFlagPath(ctx android.PathContext) android.WritablePath {