Home
last modified time | relevance | path

Searched refs:getExecName (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dsm.hxx75 static OUString getExecName();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dsm.hxx75 static OUString getExecName();
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/utils/
H A Dcommand_line.hpp138 static const std::string& getExecName() { return m_exec_name; } in getExecName() function in CommandLine
H A Dcrash_reporting.cpp217 std::string path = StringUtils::getPath(CommandLine::getExecName()); in getCallStackWithContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Dsm.cxx205 …OString aExec(OUStringToOString(SessionManagerClient::getExecName(), osl_getThreadTextEncoding())); in BuildSmPropertyList()
598 OUString SessionManagerClient::getExecName() in getExecName() function in SessionManagerClient
H A Dsaldisp.cxx476 …OString aExec(OUStringToOString(SessionManagerClient::getExecName(), osl_getThreadTextEncoding())); in initScreen()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Dsm.cxx205 …OString aExec(OUStringToOString(SessionManagerClient::getExecName(), osl_getThreadTextEncoding())); in BuildSmPropertyList()
600 OUString SessionManagerClient::getExecName() in getExecName() function in SessionManagerClient
H A Dsaldisp.cxx508 …OString aExec(OUStringToOString(SessionManagerClient::getExecName(), osl_getThreadTextEncoding())); in initScreen()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/io/
H A Dfile_manager.cpp167 if (fileExists(CommandLine::getExecName())) in FileManager()
169 exe_path = StringUtils::getPath(CommandLine::getExecName()); in FileManager()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/
H A Dmain.cpp678 CommandLine::getExecName().c_str() in cmdLineHelp()