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

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

Completed in 73 milliseconds