Home
last modified time | relevance | path

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

/haiku/src/kits/app/
H A DNotification.cpp54 fSourceName = path.Leaf(); in BNotification()
68 fSourceName = appName; in BNotification()
166 status = archive->AddString("_appname", fSourceName); in Archive()
235 return fSourceName; in SourceName()
/haiku/headers/os/app/
H A DNotification.h89 BString fSourceName; variable