Searched refs:CONFIG_FILE (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/build/make/
H A Drtcd.pl47 open CONFIG_FILE, $opts{config} or
51 while (<CONFIG_FILE>) {
57 close CONFIG_FILE;
373 open CONFIG_FILE, $opts{config} or
375 while (<CONFIG_FILE>) {
385 close CONFIG_FILE;
/external/mdnsresponder/mDNSPosix/
H A DPosixDaemon.c60 #define CONFIG_FILE "/etc/mdnsd.conf" macro
102 ReadDDNSSettingsFromConfFile(m, CONFIG_FILE, &DynDNSHostname, &DynDNSZone, NULL);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java63 static final String CONFIG_FILE = "java.util.logging.config.file"; field in class:LogManagerTest
768 String oldPropertyValue = System.getProperty(CONFIG_FILE);
769 System.setProperty(CONFIG_FILE, "not.exist.config.file");
778 systemProperties.setProperty(CONFIG_FILE, oldPropertyValue);
780 systemProperties.remove(CONFIG_FILE);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c76 #define CONFIG_FILE "/etc/dnsextd.conf" macro
1068 cfgfile = strdup( CONFIG_FILE );

Completed in 403 milliseconds