Searched refs:fCachePath (Results 1 – 2 of 2) sorted by relevance
95 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()
68 BPath fCachePath; variable