Home
last modified time | relevance | path

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

/haiku/src/apps/mail/
H A DSettings.cpp437 BDirectory inChainDir; in _CheckForSpamFilterExistence() local
448 if (inChainDir.SetTo(path.Path()) != B_OK) in _CheckForSpamFilterExistence()
451 while (inChainDir.GetNextEntry (&settingsEntry, true) == B_OK) { in _CheckForSpamFilterExistence()
H A DMailApp.cpp718 BDirectory inChainDir; in _CheckForSpamFilterExistence() local
730 if (inChainDir.SetTo(path.Path()) != B_OK) in _CheckForSpamFilterExistence()
733 while (inChainDir.GetNextEntry (&settingsEntry, true /* traverse */) == B_OK) { in _CheckForSpamFilterExistence()