Home
last modified time | relevance | path

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

/dports/graphics/phototonic/phototonic-2.1/
H A DTrashcan.cpp43 const QDir trashInfoDir = QDir(trashDir.filePath("info")); in moveToTrashDir() local
45 if (trashInfoDir.mkpath(".") && trashFilesDir.mkpath(".")) { in moveToTrashDir()
53 …((fd = open(trashInfoDir.filePath(infoFileName).toUtf8().data(), flag, mode)) == -1 && errno == EE… in moveToTrashDir()