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.cpp911 bool CorrectFsPath(const UString &relBase, const UString &path2, UString &result) in CorrectFsPath() argument
936 if (IsSuperOrDevicePath(relBase)) in CorrectFsPath()
942 base = relBase; in CorrectFsPath()
/external/libxml2/
Dxinclude.c1751 xmlChar *relBase; in xmlXIncludeLoadDoc() local
1752 relBase = xmlBuildURI(xmlBase, base); in xmlXIncludeLoadDoc()
1753 if (relBase == NULL) { /* error */ in xmlXIncludeLoadDoc()
1760 xmlNodeSetBase(node, relBase); in xmlXIncludeLoadDoc()
1761 xmlFree(relBase); in xmlXIncludeLoadDoc()