Lines Matching defs:string
85 func getEnvVariable(name string, ctx android.SingletonContext) string {
91 func exists(path string) bool {
102 func linkAggregateCMakeListsFiles(path string, info os.FileInfo, err error) error {
206 func cleanExecutableName(s string) string {
227 func buildCMakePath(p string) string {
234 func writeAllIncludeDirectories(includes []string, f *os.File, isSystem bool) {
265 …llRelativeFilePathFlags(relativeFilePathFlags []relativeFilePathFlagType, f *os.File, tag string) {
271 func writeAllFlags(flags []string, f *os.File, tag string) {
303 func categorizeParameter(parameter string) parameterType {
327 func normalizeParameters(params []string) []string {
339 func parseCompilerParameters(params []string, ctx android.SingletonContext, f *os.File) compilerPar…
413 func cleanupParameter(p string) string {
438 func escape(s string) string {
444 func doubleEscape(s string) string {
459 func evalVariable(ctx android.SingletonContext, str string) (string, error) {