Home
last modified time | relevance | path

Searched refs:basePathName (Results 1 – 6 of 6) sorted by relevance

/dports/archivers/libcomprex/libcomprex-0.3.3/modules/archive/cab/
H A Dio.c210 char *basePathName; in cxCabReadInfo() local
214 basePathName = cxGetBaseName(basePath); in cxCabReadInfo()
215 cxSetDirName(dir, basePathName); in cxCabReadInfo()
217 free(basePathName); in cxCabReadInfo()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DXMLURL.cpp603 ArrayJanitor<XMLCh> basePathName(realPath, fMemoryManager); in makeNewStream() local
H A DXMLUri.cpp574 ArrayJanitor<XMLCh> basePathName(basePath, fMemoryManager); in initialize() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DXMLURL.cpp603 ArrayJanitor<XMLCh> basePathName(realPath, fMemoryManager); in makeNewStream() local
H A DXMLUri.cpp591 ArrayJanitor<XMLCh> basePathName(basePath, fMemoryManager); in initialize() local
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DMainWindow.cpp2826 QString basePathName = db.currentFile(); in saveProject() local
2828 basePathName.chop(QFileInfo(basePathName).suffix().size()+1); in saveProject()
2834 basePathName); in saveProject()