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

  /external/libxml2/
check-xinclude-test-suite.py 13 CONF="testdescr.xml"
188 conf = libxml2.parseFile(CONF) variable
189 if conf == None:
190 print "Unable to load %s" % CONF
193 testsuite = conf.getRootElement()
217 conf.freeDoc()
check-relaxng-test-suite.py 19 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml")
362 # Parse the conf file
365 testsuite = libxml2.parseFile(CONF)
369 print "%s doesn't start with a testSuite element, aborting" % (CONF)
check-relaxng-test-suite2.py 18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml")
375 # Parse the conf file
378 testsuite = libxml2.parseFile(CONF)
392 print "%s doesn't start with a testSuite element, aborting" % (CONF)
check-xml-test-suite.py 17 CONF="xml-test-suite/xmlconf/xmlconf.xml"
376 conf = loadNoentDoc(CONF) variable
377 if conf == None:
378 print "Unable to load %s" % CONF
381 testsuite = conf.getRootElement()
405 conf.freeDoc()
check-xsddata-test-suite.py 19 CONF=os.path.join(os.path.dirname(__file__), "test/xsdtest/xsdtestsuite.xml")
380 # Parse the conf file
383 testsuite = libxml2.parseFile(CONF)
397 print "%s doesn't start with a testSuite element, aborting" % (CONF)
  /external/sepolicy/
Android.mk 58 sepolicy_policy.conf := $(intermediates)/policy.conf
59 $(sepolicy_policy.conf): PRIVATE_MLS_SENS := $(MLS_SENS)
60 $(sepolicy_policy.conf): PRIVATE_MLS_CATS := $(MLS_CATS)
61 $(sepolicy_policy.conf) : $(call build_policy, $(sepolicy_build_files))
68 $(LOCAL_BUILT_MODULE) : $(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy
74 sepolicy_policy.conf :=
85 sepolicy_policy_recovery.conf := $(intermediates)/policy_recovery.conf
86 $(sepolicy_policy_recovery.conf): PRIVATE_MLS_SENS := $(MLS_SENS
    [all...]
  /external/selinux/policycoreutils/sestatus/
sestatus.c 23 #define CONF "/etc/sestatus.conf"
25 /* conf file sections */
91 FILE *fp = fopen(CONF, "r");
98 printf("\nUnable to open %s.\n", CONF);
  /external/boringssl/src/include/openssl/
base.h 186 typedef struct conf_st CONF;

Completed in 128 milliseconds