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

/haiku/src/apps/poorman/
H A DPoorManWindow.h117 return fLogPath.String();
182 BString fLogPath; member in class:PoorManWindow
H A DPoorManWindow.cpp63 fLogPath.SetTo("");
209 f = fopen(fLogPath.String(), "w");
615 if (m.FindString("fLogPath", &fLogPath) != B_OK)
616 fLogPath.SetTo("");
637 fLogFile = new BFile(fLogPath.String(), B_CREATE_FILE | B_WRITE_ONLY
666 m.AddString("fLogPath", fLogPath);
730 if (!strcmp(fLogPath, str))
749 fLogPath
[all...]

Completed in 40 milliseconds