Home
last modified time | relevance | path

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

/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/trash/
H A Dkio_trash.cpp472 QByteArray physicalPath_c = QFile::encodeName(physicalPath); in createUDSEntry() local
474 if (QT_LSTAT(physicalPath_c.constData(), &buff) == -1) { in createUDSEntry()
481 int n = ::readlink(physicalPath_c.constData(), buffer2, 999); in createUDSEntry()
491 if (KDE_stat(physicalPath_c, &buff) == -1) { in createUDSEntry()