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

  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.cgi 21 $CONFIG_PATH = 'config.yaml'
23 ie = IExploder.new($CONFIG_PATH)
  /cts/tools/host/test/com/android/cts/
CtsTestBase.java 33 protected static final String CONFIG_PATH = ROOT + File.separator + "host_config.xml";
73 createFile(buf.toString(), CONFIG_PATH);
80 TestHost.loadConfig(CONFIG_PATH);
ConsoleTests.java 439 String cmdLine = CONFIG_PATH;
455 String cmdLine = "start --plan demo --config " + CONFIG_PATH;
482 String cmdLine = "start -p demo.zip --config " + CONFIG_PATH;
  /external/llvm/utils/
NewNightlyTest.pl 135 $CONFIG_PATH="";
160 if (/^-config$/) { $CONFIG_PATH = "$ARGV[0]"; shift; next; }
243 if ($CONFIG_PATH ne "") {
252 if ($CONFIG_PATH ne "") {
619 if ($CONFIG_PATH ne "") {
621 $LLVMSrcDir = GetRegex "^(.*)\\s+", `$CONFIG_PATH --src-root`;
622 $LLVMObjDir = GetRegex "^(.*)\\s+", `$CONFIG_PATH --obj-root`;
632 if ($CONFIG_PATH ne "") {

Completed in 1395 milliseconds