Lines Matching defs:PathContext
161 func constructPath(ctx android.PathContext, path string) android.Path {
172 func constructPaths(ctx android.PathContext, paths []string) android.Paths {
180 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath {
189 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) {
220 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig {
226 func GetGlobalConfigRawData(ctx android.PathContext) []byte {
233 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw {
290 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
494 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig {
513 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) {
607 func GlobalConfigForTests(ctx android.PathContext) *GlobalConfig {