Home
last modified time | relevance | path

Searched refs:IS_WINDOWS_PATH (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Duri.c2364 #define IS_WINDOWS_PATH(p) \ macro
2458 if ((len > 2) && IS_WINDOWS_PATH(path)) { in xmlCanonicPath()