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

  /external/libxml2/
catalog.c 1148 xmlChar *uriValue;
1162 uriValue = xmlGetProp(cur, uriAttrName);
1163 if (uriValue == NULL) {
1171 if (uriValue != NULL)
1172 xmlFree(uriValue);
1177 URL = xmlBuildURI(uriValue, base);
1187 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1190 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1194 if (uriValue != NULL)
1195 xmlFree(uriValue);
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 773 milliseconds