getUserInput      633 shell/DebugCLI.cpp 			Platform::GetInstance()->getUserInput(commandLine, kMaxCommandLine);
getUserInput      121 shell/Platform.h 		virtual char* getUserInput(char* buffer, int bufferSize) = 0;
getUserInput       58 shell/PosixPartialPlatform.h 		virtual char* getUserInput(char* buffer, int bufferSize);
getUserInput      530 shell/avmshell.cpp 			if(Platform::GetInstance()->getUserInput(commandLine, kMaxCommandLine) == NULL)
getUserInput      562 shell/avmshell.cpp 					if(Platform::GetInstance()->getUserInput(commandLine, kMaxCommandLine) == NULL)
getUserInput       67 shell/avmshellWin.cpp 		virtual char* getUserInput(char* buffer, int bufferSize);