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

/haiku-fatelf/src/apps/mail/
H A DSettings.cpp450 BDirectory inChainDir; local
461 if (inChainDir.SetTo(path.Path()) != B_OK)
464 while (inChainDir.GetNextEntry (&settingsEntry, true) == B_OK) {
H A DMailApp.cpp703 BDirectory inChainDir; local
715 if (inChainDir.SetTo(path.Path()) != B_OK)
718 while (inChainDir.GetNextEntry (&settingsEntry, true /* traverse */) == B_OK) {

Completed in 86 milliseconds