Searched refs:relBase (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.h14 - path is relative and relBase is Super Path
17 bool CorrectFsPath(const UString &relBase, const UString &path, UString &result);
H A DBrowseDialog.cpp910 bool CorrectFsPath(const UString &relBase, const UString &path2, UString &result) argument
935 if (IsSuperOrDevicePath(relBase))
941 base = relBase;
1005 bool CorrectFsPath(const UString & /* relBase */, const UString &path, UString &result)
/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);

Completed in 91 milliseconds