Home
last modified time | relevance | path

Searched refs:getDirNameFromPath (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/tests/
H A Dtofstd.cc180 OFStandard::getDirNameFromPath(result, "dirname" + pathSeparator + "filename"); in OFTEST()
182 OFStandard::getDirNameFromPath(result, pathSeparator + "dirname" + pathSeparator); in OFTEST()
184 OFStandard::getDirNameFromPath(result, "dirname"); in OFTEST()
186 OFStandard::getDirNameFromPath(result, "dirname", OFFalse /*assumeDirName*/); in OFTEST()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofstd.h295 static OFString &getDirNameFromPath(OFString &result,
316 static OFFilename &getDirNameFromPath(OFFilename &result,
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Dofstd.cc574 OFString &OFStandard::getDirNameFromPath(OFString &result, in getDirNameFromPath() function in OFStandard
580 getDirNameFromPath(resultFilename, pathName, assumeDirName); in getDirNameFromPath()
587 OFFilename &OFStandard::getDirNameFromPath(OFFilename &result, in getDirNameFromPath() function in OFStandard
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/libsrc/
H A Ddstorscu.cc483 OFStandard::getDirNameFromPath(dirName, filename, OFFalse /* assumeDirName */); in addDicomFilesFromDICOMDIR()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/apps/
H A Dstorescp.cc1872 …OFStandard::combineDirAndFilename(subdirectoryPathAndName, OFStandard::getDirNameFromPath(tmpStr, … in storeSCPCallback()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/docs/
H A DCHANGES.36216999 strings in getDirNameFromPath() and normalizeDirName().
17112 Added OFFilename versions to the helper functions getDirNameFromPath(),
17125 Added new test cases for testing the helper functions getDirNameFromPath()
H A DCHANGES.3604118 - Added new method getDirNameFromPath() and enhanced existing method