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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp6722 BEntry DirectoryEntry; local
6741 DirectoryEntry.SetTo (StringPntr) != B_OK ||
6742 DirectoryEntry.GetParent (&DirectoryEntry) != B_OK)
6743 DirectoryEntry.SetTo ("."); /* Default directory if we can't find it. */
6744 if (DirectoryEntry.GetRef (&DirectoryEntryRef) != B_OK)
6773 BEntry DirectoryEntry; local
6789 ErrorCode = DirectoryEntry.SetTo (PathToMailDirectory.Path(),
6791 if (ErrorCode != B_OK || !DirectoryEntry.Exists ())
6795 ErrorCode = DirectoryEntry
[all...]

Completed in 23 milliseconds