Searched refs:runtimePtr (Results 1 – 2 of 2) sorted by relevance
20 bool TestBaseCommand(void *runtimePtr);21 bool TestShellExecute(void *runtimePtr);22 bool TestFileCommand(void *runtimePtr);23 bool TestForwardCommand(void *runtimePtr);24 bool TestAppCommand(void *runtimePtr);
21 bool TestBaseCommand(void *runtimePtr) in TestBaseCommand() argument23 Runtime *rt = (Runtime *)runtimePtr; in TestBaseCommand()72 bool TestShellExecute(void *runtimePtr) in TestShellExecute() argument74 Runtime *rt = (Runtime *)runtimePtr; in TestShellExecute()130 bool TestFileCommand(void *runtimePtr) in TestFileCommand() argument132 Runtime *rt = (Runtime *)runtimePtr; in TestFileCommand()264 bool TestForwardCommand(void *runtimePtr) in TestForwardCommand() argument266 Runtime *rt = (Runtime *)runtimePtr; in TestForwardCommand()286 bool TestAppCommand(void *runtimePtr) in TestAppCommand() argument288 Runtime *rt = (Runtime *)runtimePtr; in TestAppCommand()