Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_storage/storage/cache/
H A Dstorage_cache_database_object.cpp820 const auto alreadyPath = placePath(already.place); in chooseKeyPlace()
828 return KeyPlaceChange{ alreadyPath, placePath(nowPlace), nowPlace }; in chooseKeyPlace()
831 return KeyPlaceChange{ QString(), placePath(nowPlace), nowPlace }; in chooseKeyPlace()
870 const auto result = placePath(record.place); in writeKeyPlaceGeneric()
1008 const auto path = placePath(place); in readValueData()
1046 const auto path = placePath(i->second.place); in remove()
1350 QString DatabaseObject::placePath(PlaceId place) const { in placePath() function in Storage::Cache::details::DatabaseObject
1355 return !QFile(placePath(place)).exists(); in isFreePlace()
H A Dstorage_cache_database_object.h195 QString placePath(PlaceId place) const;
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkurlnavigator.cpp610 QString placePath = placeUrl.path(); in updateContent() local
611 removeTrailingSlash(placePath); in updateContent()
613 const int startIndex = placePath.count(QLatin1Char('/')); in updateContent()