Lines Matching refs:errcode

68 		javaFrameworkError errcode = JFW_E_NONE;  in jfw_findAllJREs()  local
234 return errcode; in jfw_findAllJREs()
251 javaFrameworkError errcode = JFW_E_NONE; in jfw_startVM()
333 errcode = jfw_getSelectedJRE(&aInfo.pInfo); in jfw_startVM()
334 if (errcode != JFW_E_NONE) in jfw_startVM()
335 return errcode; in jfw_startVM()
401 errcode = JFW_E_VM_CREATION_FAILED; in jfw_startVM()
405 errcode = JFW_E_ERROR; in jfw_startVM()
416 errcode = e.errorCode; in jfw_startVM()
421 return errcode; in jfw_startVM()
433 javaFrameworkError errcode = JFW_E_NONE; in jfw_findAndSelectJRE() local
620 errcode = JFW_E_NO_JAVA_FOUND; in jfw_findAndSelectJRE()
625 errcode = e.errorCode; in jfw_findAndSelectJRE()
630 return errcode; in jfw_findAndSelectJRE()
671 javaFrameworkError errcode = JFW_E_NONE; in jfw_getSelectedJRE() local
683 if ((errcode = jfw_getJavaInfoByPath(sJRE.pData, & aInfo.pInfo)) in jfw_getSelectedJRE()
716 errcode = e.errorCode; in jfw_getSelectedJRE()
720 return errcode; in jfw_getSelectedJRE()
738 javaFrameworkError errcode = JFW_E_NONE; in jfw_getJavaInfoByPath() local
822 errcode = JFW_E_NOT_RECOGNIZED; in jfw_getJavaInfoByPath()
830 errcode = JFW_E_FAILED_VERSION; in jfw_getJavaInfoByPath()
839 if (*ppInfo == NULL && errcode != JFW_E_FAILED_VERSION) in jfw_getJavaInfoByPath()
840 errcode = JFW_E_NOT_RECOGNIZED; in jfw_getJavaInfoByPath()
844 errcode = e.errorCode; in jfw_getJavaInfoByPath()
849 return errcode; in jfw_getJavaInfoByPath()
855 javaFrameworkError errcode = JFW_E_NONE; in jfw_setSelectedJRE() local
863 errcode = jfw_getSelectedJRE( & currentInfo); in jfw_setSelectedJRE()
864 if (errcode != JFW_E_NONE && errcode != JFW_E_INVALID_SETTINGS) in jfw_setSelectedJRE()
865 return errcode; in jfw_setSelectedJRE()
878 errcode = e.errorCode; in jfw_setSelectedJRE()
882 return errcode; in jfw_setSelectedJRE()
886 javaFrameworkError errcode = JFW_E_NONE; in jfw_setEnabled() local
911 errcode = e.errorCode; in jfw_setEnabled()
915 return errcode; in jfw_setEnabled()
920 javaFrameworkError errcode = JFW_E_NONE; in jfw_getEnabled() local
933 errcode = e.errorCode; in jfw_getEnabled()
937 return errcode; in jfw_getEnabled()
944 javaFrameworkError errcode = JFW_E_NONE; in jfw_setVMParameters() local
958 errcode = e.errorCode; in jfw_setVMParameters()
963 return errcode; in jfw_setVMParameters()
969 javaFrameworkError errcode = JFW_E_NONE; in jfw_getVMParameters() local
983 errcode = e.errorCode; in jfw_getVMParameters()
987 return errcode; in jfw_getVMParameters()
992 javaFrameworkError errcode = JFW_E_NONE; in jfw_setUserClassPath() local
1006 errcode = e.errorCode; in jfw_setUserClassPath()
1010 return errcode; in jfw_setUserClassPath()
1015 javaFrameworkError errcode = JFW_E_NONE; in jfw_getUserClassPath() local
1029 errcode = e.errorCode; in jfw_getUserClassPath()
1033 return errcode; in jfw_getUserClassPath()
1038 javaFrameworkError errcode = JFW_E_NONE; in jfw_addJRELocation() local
1053 errcode = e.errorCode; in jfw_addJRELocation()
1058 return errcode; in jfw_addJRELocation()
1065 javaFrameworkError errcode = JFW_E_NONE; in jfw_setJRELocations() local
1079 errcode = e.errorCode; in jfw_setJRELocations()
1083 return errcode; in jfw_setJRELocations()
1090 javaFrameworkError errcode = JFW_E_NONE; in jfw_getJRELocations() local
1104 errcode = e.errorCode; in jfw_getJRELocations()
1109 return errcode; in jfw_getJRELocations()