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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlerror.h423 XML_IO_EEXIST, /* 1510 */ enumerator in enum:__anon11672
/external/libxml2/include/libxml/
H A Dxmlerror.h422 XML_IO_EEXIST, /* 1510 */ enumerator in enum:__anon20766
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c297 else if (errno == EEXIST) code = XML_IO_EEXIST;
/external/libxml2/
H A DxmlIO.c300 else if (errno == EEXIST) code = XML_IO_EEXIST;

Completed in 46 milliseconds