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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4174 BPath TempPath; local
4291 ErrorCode = TempPath.SetTo (ArgumentString, NULL /* leaf */,
4303 if (strlen (TempPath.Leaf ()) > NAME_MAX-strlen(g_BackupSuffix)-1)
4307 strcpy (TempString, TempPath.Leaf ());
4309 TempPath.GetParent (&TempPath);
4310 TempPath.Append (TempString);
4312 m_DatabaseFileName.SetTo (TempPath.Path ());

Completed in 47 milliseconds