HomeSort by relevance Sort by last modified time
    Searched refs:parse_config_file (Results 1 - 8 of 8) sorted by null

  /external/autotest/scheduler/
scheduler_config.py 35 config.parse_config_file()
drone_manager.py 271 config.parse_config_file()
    [all...]
monitor_db_functional_test.py 45 def parse_config_file(self): member in class:MockGlobalConfig
    [all...]
  /external/autotest/client/common_lib/
global_config.py 232 self.parse_config_file()
239 self.parse_config_file()
260 def parse_config_file(self): member in class:global_config_class
  /external/toybox/toys/pending/
bootchartd.c 108 static int parse_config_file(char *fname) function
284 if (!parse_config_file("bootchartd.conf"))
285 parse_config_file("/etc/bootchartd.conf");
syslogd.c 153 static int parse_config_file(void) function
474 if (parse_config_file() == -1) goto clean_and_exit;
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 599 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families, function
660 int version = parse_config_file(LMP_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
662 version = parse_config_file(OLD_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
706 parse_config_file(absoluteFilename.c_str(), langSpecificFonts, basePath, true);
719 parse_config_file(FALLBACK_FONTS_FILE, fallbackFonts, basePath, true);
729 parse_config_file(VENDOR_FONTS_FILE, vendorFonts, basePath, true);
781 parse_config_file(fontsXml, fontFamilies, basePath, false);
784 parse_config_file(fallbackFontsXml, fontFamilies, basePath, true);
  /external/e2fsprogs/util/
subst.c 206 static void parse_config_file(FILE *f) function
320 parse_config_file(in);

Completed in 166 milliseconds