Searched refs:compilerParameters (Results 1 – 1 of 1) sorted by relevance
210 func translateToCMake(c compilerParameters, f *os.File, cflags bool, cppflags bool) { argument288 type compilerParameters struct { struct297 func makeCompilerParameters() compilerParameters {298 return compilerParameters{342 …eCompilerParameters(params []string, ctx android.SingletonContext, f *os.File) compilerParameters {343 var compilerParameters = makeCompilerParameters()366 compilerParameters.headerSearchPath =367 append(compilerParameters.headerSearchPath, strings.TrimPrefix(param, "-I"))375 concatenateParams(&compilerParameters, paramsFromVar)384 compilerParameters.systemHeaderSearchPath =[all …]