Searched refs:auxfilepath (Results 1 – 4 of 4) sorted by relevance
/dports/deskutils/treesheets/treesheets-1.0.2/src/ |
H A D | lobster_impl.cpp | 153 string InitLobster(ScriptInterface *_si, const char *exefilepath, const char *auxfilepath, in InitLobster() argument 159 InitPlatform(exefilepath, auxfilepath, from_bundle, sl); in InitLobster()
|
H A D | script_interface.h | 36 …ern std::string InitLobster(ScriptInterface *_si, const char *exefilepath, const char *auxfilepath,
|
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/ |
H A D | platform.cpp | 192 bool InitPlatform(string _maindir, const char *auxfilepath, bool from_bundle, in InitPlatform() argument 244 if (auxfilepath) { in InitPlatform() 245 projectdir = StripFilePart(SanitizePath(auxfilepath)); in InitPlatform()
|
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/ |
H A D | platform.h | 22 extern bool InitPlatform(string maindir, const char *auxfilepath, bool from_bundle,
|