Searched refs:execName_cstr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c181 const char *execName_cstr; local
186 execName_cstr = (*env)->GetStringUTFChars(env, execName, &isCopy);
191 if ( (ph = Pgrab_core(execName_cstr, coreName_cstr)) == NULL) {
192 (*env)->ReleaseStringUTFChars(env, execName, execName_cstr);
197 (*env)->ReleaseStringUTFChars(env, execName, execName_cstr);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c180 const char *execName_cstr; local
185 execName_cstr = (*env)->GetStringUTFChars(env, execName, &isCopy);
190 if ( (ph = Pgrab_core(execName_cstr, coreName_cstr)) == NULL) {
191 (*env)->ReleaseStringUTFChars(env, execName, execName_cstr);
196 (*env)->ReleaseStringUTFChars(env, execName, execName_cstr);

Completed in 30 milliseconds