OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withlegacy
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxml/src/win32/
configure.js
61
var
withLegacy
= true;
144
txt += " legacy: Enable Deprecated api's (" + (
withLegacy
? "yes" : "no") + ")\n";
256
vf.WriteLine("WITH_LEGACY=" + (
withLegacy
? "1" : "0"));
364
of.WriteLine(s.replace(/\@WITH_LEGACY\@/,
withLegacy
? "1" : "0"));
507
withLegacy
= strToBool(arg.substring(opt.length + 1, arg.length));
672
txtOut += " Legacy support: " + boolToStr(
withLegacy
) + "\n";
Completed in 373 milliseconds