Searched refs:ExportedSystemIncludeDirs (Results 1 – 3 of 3) sorted by relevance
179 … func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.ExportedSystemIncludeDirs },333 ExportedSystemIncludeDirs android.Paths `android:"arch_variant"` member386 dirs := append(android.Paths(nil), ccModule.ExportedSystemIncludeDirs()...)387 p.ExportedSystemIncludeDirs = android.FirstUniquePaths(dirs)
1031 func (c *Module) ExportedSystemIncludeDirs() android.Paths { func
847 ….depSystemIncludePaths = append(depPaths.depSystemIncludePaths, mod.ExportedSystemIncludeDirs()...)859 ….depSystemIncludePaths = append(depPaths.depSystemIncludePaths, mod.ExportedSystemIncludeDirs()...)