Searched defs:pcmd (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c149 const jchar* pcmd = NULL; local
164 pcmd = (*env)->GetStringChars(env, cmd, NULL);
165 if (pcmd == NULL) goto Catch;
237 (LPWSTR)pcmd, /* command line */
260 if (pcmd != NULL)
261 (*env)->ReleaseStringChars(env, cmd, pcmd);

Completed in 30 milliseconds