OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_FILE
(Results
1 - 24
of
24
) sorted by null
/external/bluetooth/bluedroid/osi/test/
config_test.cpp
7
static const char
CONFIG_FILE
[] = "/data/local/tmp/config_test.conf";
52
FILE *fp = fopen(
CONFIG_FILE
, "wt");
64
config_t *config = config_new(
CONFIG_FILE
);
74
config_t *config = config_new(
CONFIG_FILE
);
80
config_t *config = config_new(
CONFIG_FILE
);
87
config_t *config = config_new(
CONFIG_FILE
);
96
config_t *config = config_new(
CONFIG_FILE
);
104
config_t *config = config_new(
CONFIG_FILE
);
110
config_t *config = config_new(
CONFIG_FILE
);
/external/chromium_org/tools/perf_expectations/
PRESUBMIT.py
12
CONFIG_FILE
= 'tools/perf_expectations/chromium_perf_expectations.cfg'
17
if (PERF_EXPECTATIONS == path or
CONFIG_FILE
== path):
31
if (PERF_EXPECTATIONS == path or
CONFIG_FILE
== path):
/external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/
org.chromium.chromoting.me2me.sh
12
CONFIG_FILE
=$CONFIG_DIR/$NAME.json
85
"$HOST_EXE" --host-config="$
CONFIG_FILE
" &
139
rm -f "$
CONFIG_FILE
"
141
cat > "$
CONFIG_FILE
"
143
chmod +a "$USER:allow:read" "$
CONFIG_FILE
"
147
cat > "$
CONFIG_FILE
"
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl
47
open
CONFIG_FILE
, $opts{config} or
51
while (<
CONFIG_FILE
>) {
57
close
CONFIG_FILE
;
372
open
CONFIG_FILE
, $opts{config} or
374
while (<
CONFIG_FILE
>) {
380
close
CONFIG_FILE
;
/external/libvpx/libvpx/build/make/
rtcd.pl
47
open
CONFIG_FILE
, $opts{config} or
51
while (<
CONFIG_FILE
>) {
57
close
CONFIG_FILE
;
367
open
CONFIG_FILE
, $opts{config} or
369
while (<
CONFIG_FILE
>) {
375
close
CONFIG_FILE
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
rtcd.pl
47
open
CONFIG_FILE
, $opts{config} or
51
while (<
CONFIG_FILE
>) {
57
close
CONFIG_FILE
;
367
open
CONFIG_FILE
, $opts{config} or
369
while (<
CONFIG_FILE
>) {
375
close
CONFIG_FILE
;
/external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh
11
CONFIG_FILE
="$HELPERTOOLS/$SERVICE_NAME.json"
remoting_postflight.sh
11
CONFIG_FILE
="$HELPERTOOLS/$SERVICE_NAME.json"
/external/mdnsresponder/mDNSPosix/
PosixDaemon.c
60
#define
CONFIG_FILE
"/etc/mdnsd.conf"
102
ReadDDNSSettingsFromConfFile(m,
CONFIG_FILE
, &DynDNSHostname, &DynDNSZone, NULL);
/external/openssl/apps/
srp.c
77
#define
CONFIG_FILE
"openssl.cnf"
447
len = strlen(s)+sizeof(
CONFIG_FILE
);
451
len = strlen(s)+sizeof(
CONFIG_FILE
)+1;
456
BUF_strlcat(tofree,
CONFIG_FILE
,len);
ca.c
103
#define
CONFIG_FILE
"openssl.cnf"
591
len = strlen(s)+sizeof(
CONFIG_FILE
);
595
len = strlen(s)+sizeof(
CONFIG_FILE
)+1;
600
BUF_strlcat(tofree,
CONFIG_FILE
,len);
[
all
...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java
63
static final String
CONFIG_FILE
= "java.util.logging.config.file";
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
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar
org.eclipse.equinox.launcher_1.1.0.v20100507.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
org.eclipse.osgi_3.9.0.v20130529-1710.jar
/external/mdnsresponder/mDNSShared/
dnsextd.c
76
#define
CONFIG_FILE
"/etc/dnsextd.conf"
1068
cfgfile = strdup(
CONFIG_FILE
);
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
Completed in 342 milliseconds