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

  /external/chromium_org/third_party/libxslt/win32/
configure.js 47 var withZlib = false;
107 txt += " zlib: Use zlib library (" + (withZlib? "yes" : "no") + ")\n";
194 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
347 withZlib = strToBool(arg.substring(opt.length + 1, arg.length));
491 txtOut += " With zlib: " + boolToStr(withZlib) + "\n";
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 45 var withZlib = false;
130 txt += " zlib: Enable zlib support (" + (withZlib? "yes" : "no") + ")\n";
240 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
330 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));
475 withZlib = strToBool(arg.substring(opt.length + 1, arg.length));
658 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";

Completed in 105 milliseconds