Searched refs:relBase (Results 1 – 3 of 3) sorted by relevance
17 bool CorrectFsPath(const UString &relBase, const UString &path, UString &result);
902 bool CorrectFsPath(const UString &relBase, const UString &path2, UString &result) in CorrectFsPath() argument923 if (IsSuperOrDevicePath(relBase)) in CorrectFsPath()928 base = relBase; in CorrectFsPath()
1749 xmlChar *relBase; in xmlXIncludeLoadDoc() local1750 relBase = xmlBuildURI(xmlBase, base); in xmlXIncludeLoadDoc()1751 if (relBase == NULL) { /* error */ in xmlXIncludeLoadDoc()1758 xmlNodeSetBase(node, relBase); in xmlXIncludeLoadDoc()1759 xmlFree(relBase); in xmlXIncludeLoadDoc()