Searched refs:cfg (Results 1 – 5 of 5) sorted by relevance
97 FILE* cfg = fopen("/system/lib/egl/egl.cfg", "r"); in Loader() local98 if (cfg == NULL) { in Loader()103 while (fgets(line, 256, cfg)) { in Loader()111 fclose(cfg); in Loader()
418 string cfg = it->config; in do_export() local419 if (cfg.length() > 20) { in do_export()420 cfg.resize(20); in do_export()422 printf(" %-20s %-9zd %-9zd %-9zd %-19zd\n", cfg.c_str(), it->files, in do_export()
623 Configuration cfg = r.getConfiguration(); in initFormatStrings() local624 if (sLastConfig == null || !sLastConfig.equals(cfg)) { in initFormatStrings()625 sLastConfig = cfg; in initFormatStrings()
437 static RsElement SkBitmapToPredefined(SkBitmap::Config cfg) in SkBitmapToPredefined() argument439 switch (cfg) { in SkBitmapToPredefined()
3472 const ResTable_config* cfg = &config->config; in getConfigurations() local3477 if (0 == (*configs)[m].compare(*cfg)) { in getConfigurations()3483 configs->add(*cfg); in getConfigurations()