Home
last modified time | relevance | path

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

/haiku/src/servers/notification/
H A DNotificationWindow.cpp95 status_t result = find_directory(B_USER_CACHE_DIRECTORY, &fCachePath); in NotificationWindow()
96 fCachePath.Append("Notifications"); in NotificationWindow()
98 result = cacheDir.SetTo(fCachePath.Path()); in NotificationWindow()
100 cacheDir.CreateDirectory(fCachePath.Path(), NULL); in NotificationWindow()
H A DNotificationWindow.h68 BPath fCachePath; variable