Home
last modified time | relevance | path

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

/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dkfileitem.cpp344 static uint udsFieldForTime(KFileItem::FileTimes mappedWhich) in udsFieldForTime() argument
346 switch (mappedWhich) { in udsFieldForTime()
357 void KFileItemPrivate::setTime(KFileItem::FileTimes mappedWhich, uint time_t_val) const in setTime() argument
359 m_entry.replace(udsFieldForTime(mappedWhich), time_t_val); in setTime()
362 void KFileItemPrivate::setTime(KFileItem::FileTimes mappedWhich, const QDateTime &val) const in setTime() argument
365 setTime(mappedWhich, dt.toSecsSinceEpoch()); in setTime()
368 QDateTime KFileItemPrivate::time(KFileItem::FileTimes mappedWhich) const in time()
373 const uint uds = udsFieldForTime(mappedWhich); in time()