Searched refs:compilerParameters (Results 1 – 1 of 1) sorted by relevance
194 func translateToCMake(c compilerParameters, f *os.File, cflags bool, cppflags bool) { argument272 type compilerParameters struct { struct281 func makeCompilerParameters() compilerParameters {282 return compilerParameters{309 …eCompilerParameters(params []string, ctx android.SingletonContext, f *os.File) compilerParameters {310 var compilerParameters = makeCompilerParameters()324 compilerParameters.headerSearchPath =325 append(compilerParameters.headerSearchPath, strings.TrimPrefix(param, "-I"))333 concatenateParams(&compilerParameters, paramsFromVar)342 compilerParameters.systemHeaderSearchPath =[all …]