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()
1750 xmlChar *relBase; in xmlXIncludeLoadDoc() local1751 relBase = xmlBuildURI(xmlBase, base); in xmlXIncludeLoadDoc()1752 if (relBase == NULL) { /* error */ in xmlXIncludeLoadDoc()1759 xmlNodeSetBase(node, relBase); in xmlXIncludeLoadDoc()1760 xmlFree(relBase); in xmlXIncludeLoadDoc()