Lines Matching defs:PathContext
216 func constructPath(ctx android.PathContext, path string) android.Path {
227 func constructPaths(ctx android.PathContext, paths []string) android.Paths {
235 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath {
244 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) {
276 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig {
282 func GetGlobalConfigRawData(ctx android.PathContext) []byte {
290 android.PathContext anonMember
298 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw {
375 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
495 func IsDex2oatNeeded(ctx android.PathContext) bool {
597 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig {
617 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) {
740 func GlobalConfigForTests(ctx android.PathContext) *GlobalConfig {
797 func GetDexpreoptDirName(ctx android.PathContext) string {
806 func getUffdGcFlagPath(ctx android.PathContext) android.WritablePath {