HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_PATH (Results 1 - 2 of 2) 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)
  /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 713 milliseconds