Searched refs:translateToCMake (Results 1 – 1 of 1) sorted by relevance
/build/soong/cc/ |
D | cmakelists.go | 167 translateToCMake(globalAllParameters, f, true, true) 171 translateToCMake(localAllParameters, f, true, true) 175 translateToCMake(globalCParameters, f, true, true) 179 translateToCMake(localCParameters, f, true, true) 183 translateToCMake(globalConlyParameters, f, true, false) 187 translateToCMake(localConlyParameters, f, true, false) 191 translateToCMake(globalCppParameters, f, false, true) 195 translateToCMake(localCppParameters, f, false, true) 199 translateToCMake(globalIncludeParameters, f, true, true) 210 func translateToCMake(c compilerParameters, f *os.File, cflags bool, cppflags bool) { func
|