Home
last modified time | relevance | path

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

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