Searched defs:parse_config_file (Results 1 - 7 of 7) sorted by relevance

/external/autotest/client/common_lib/
H A Dglobal_config.py101 self.parse_config_file()
272 self.parse_config_file()
293 def parse_config_file(self): member in class:global_config_class
397 def parse_config_file(self): member in class:FakeGlobalConfig
/external/e2fsprogs/util/
H A Dsubst.c222 static void parse_config_file(FILE *f) function
343 parse_config_file(in);
/external/toybox/toys/pending/
H A Dbootchartd.c109 static int parse_config_file(char *fname) function
285 if (!parse_config_file("bootchartd.conf"))
286 parse_config_file("/etc/bootchartd.conf");
H A Dsyslogd.c153 static int parse_config_file(void) function
474 if (parse_config_file() == -1) goto clean_and_exit;
/external/skia/src/ports/
H A DSkFontMgr_android_parser.cpp601 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families, function
662 int version = parse_config_file(LMP_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
664 version = parse_config_file(OLD_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
704 parse_config_file(absoluteFilename.c_str(), langSpecificFonts, basePath, true);
717 parse_config_file(FALLBACK_FONTS_FILE, fallbackFonts, basePath, true);
727 parse_config_file(VENDOR_FONTS_FILE, vendorFonts, basePath, true);
779 parse_config_file(fontsXml, fontFamilies, basePath, false);
782 parse_config_file(fallbackFontsXml, fontFamilies, basePath, true);
/external/syslinux/com32/elflink/ldlinux/
H A Dreadconfig.c813 static void parse_config_file(FILE * f);
839 parse_config_file(f);
869 parse_config_file(f);
876 static void parse_config_file(FILE * f) function
1457 parse_config_file(f);
/external/syslinux/com32/menu/
H A Dreadconfig.c651 static void parse_config_file(FILE * f) function
1078 parse_config_file(f);

Completed in 903 milliseconds