Searched refs:escapeForShell (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/shell/source/unix/exec/ |
H A D | shellexec.cxx | 89 void escapeForShell( rtl::OStringBuffer & rBuffer, const rtl::OString & rURL) in escapeForShell() function 221 escapeForShell(aBuffer, aTmp); in execute() 255 escapeForShell(aBuffer, OUStringToOString(aURL, osl_getThreadTextEncoding())); in execute() 261 escapeForShell(aLaunchBuffer, OUStringToOString(aURL, osl_getThreadTextEncoding())); in execute() 264 escapeForShell(aBuffer, OUStringToOString(aCommand, osl_getThreadTextEncoding())); in execute() 267 escapeForShell(aBuffer, OUStringToOString(aParameter, osl_getThreadTextEncoding())); in execute()
|
H A D | shellexec.hxx | 73 void escapeForShell( rtl::OStringBuffer & rBuffer, const rtl::OString & rURL);
|
H A D | urltest.cxx | 73 escapeForShell(aBuffer, aURL); in main()
|
Completed in 20 milliseconds