Home
last modified time | relevance | path

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

/AOO41X/main/soldep/bootstrp/ !
H A Dcommand.cxx135 CommandLine::CommandLine(const CommandLine& CCommandLine, sal_Bool bWrite) in CommandLine() argument
157 BuildCommand(CCommandLine.CommandBuffer); in CommandLine()
175 CommandLine& CommandLine::operator=(const CommandLine& CCommandLine) in operator =() argument
178 strcpy (CommandBuffer, CCommandLine.CommandBuffer); in operator =()