Searched defs:relBase (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxinclude.c1749 xmlChar *relBase; local
1750 relBase = xmlBuildURI(xmlBase, base);
1751 if (relBase == NULL) { /* error */
1758 xmlNodeSetBase(node, relBase);
1759 xmlFree(relBase);
/external/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp902 bool CorrectFsPath(const UString &relBase, const UString &path2, UString &result) argument
923 if (IsSuperOrDevicePath(relBase))
928 base = relBase;
990 bool CorrectFsPath(const UString & /* relBase */, const UString &path, UString &result)

Completed in 85 milliseconds