Searched refs:relBase (Results 1 – 3 of 3) sorted by relevance
17 bool CorrectFsPath(const UString &relBase, const UString &path, UString &result);
911 bool CorrectFsPath(const UString &relBase, const UString &path2, UString &result) in CorrectFsPath() argument936 if (IsSuperOrDevicePath(relBase)) in CorrectFsPath()942 base = relBase; in CorrectFsPath()
1751 xmlChar *relBase; in xmlXIncludeLoadDoc() local1752 relBase = xmlBuildURI(xmlBase, base); in xmlXIncludeLoadDoc()1753 if (relBase == NULL) { /* error */ in xmlXIncludeLoadDoc()1760 xmlNodeSetBase(node, relBase); in xmlXIncludeLoadDoc()1761 xmlFree(relBase); in xmlXIncludeLoadDoc()