Home
last modified time | relevance | path

Searched refs:sCmdLine (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/desktop/win32/source/setup/
H A Dsetup.cpp848 TCHAR *sCmdLine = new TCHAR[ nCmdLineLength ]; in LaunchInstaller() local
854 delete [] sCmdLine; in LaunchInstaller()
859 if ( !WIN::CreateProcess( NULL, sCmdLine, NULL, NULL, FALSE, in LaunchInstaller()
865 delete [] sCmdLine; in LaunchInstaller()
874 Log( TEXT( "ERROR: While waiting for %s.\r\n" ), sCmdLine ); in LaunchInstaller()
895 delete [] sCmdLine; in LaunchInstaller()
1922 TCHAR *sCmdLine = new TCHAR[ nCmdLineLength ]; in InstallRuntimes() local
1927 delete [] sCmdLine; in InstallRuntimes()
1932 if ( !WIN::CreateProcess( NULL, sCmdLine, NULL, NULL, FALSE, in InstallRuntimes()
1938 delete [] sCmdLine; in InstallRuntimes()
[all …]
/aoo41x/main/l10ntools/source/filter/merge/
H A DFCFGMerge.java53 public static void main(java.lang.String[] sCmdLine) in main() argument
67 aCfg = new ConfigHelper(CFGFILE, sCmdLine); in main()
/aoo41x/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge285 def run(sCmdLine): argument
288 aCfg = ConfigHelper(CFGFILE, sCmdLine)

Completed in 28 milliseconds