Searched defs:baseCompiler (Results 1 – 8 of 8) sorted by relevance
158 type baseCompiler struct { struct159 Properties BaseCompilerProperties162 dir string163 dir64 string164 subDir string165 relative string166 path android.InstallPath167 location installLocation168 sanitize *sanitize170 distFile android.OptionalPath[all …]
29 *baseCompiler anonMember
146 func crateSource(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (string, bool) {
94 *baseCompiler anonMember
219 type baseCompiler struct { struct220 Properties BaseCompilerProperties221 Proto android.ProtoProperties222 cFlagsDeps android.Paths223 pathDeps android.Paths224 flags builderFlags227 srcs android.Paths232 srcsBeforeGen android.Paths234 generatedSourceInfo243 func (compiler *baseCompiler) Srcs() android.Paths {[all …]
95 *baseCompiler anonMember
328 *baseCompiler anonMember
520 *baseCompiler anonMember