Searched refs:XML_IO_ENAMETOOLONG (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlerror.h434 XML_IO_ENAMETOOLONG, /* 1521 */ enumerator in enum:__anon11672
/external/libxml2/include/libxml/
H A Dxmlerror.h433 XML_IO_ENAMETOOLONG, /* 1521 */ enumerator in enum:__anon20766
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c330 else if (errno == ENAMETOOLONG) code = XML_IO_ENAMETOOLONG;
/external/libxml2/
H A DxmlIO.c333 else if (errno == ENAMETOOLONG) code = XML_IO_ENAMETOOLONG;

Completed in 50 milliseconds