Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp58 fLastExportPath("") in IconEditorApp()
335 else if (fLastExportPath.Length() > 0) in _LastFilePath()
336 path = fLastExportPath.String(); in _LastFilePath()
341 else if (fLastExportPath.Length() > 0) in _LastFilePath()
342 path = fLastExportPath.String(); in _LastFilePath()
347 if (fLastExportPath.Length() > 0) in _LastFilePath()
348 path = fLastExportPath.String(); in _LastFilePath()
H A DIconEditorApp.h84 BString fLastExportPath; variable