Searched refs:pdir (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.base/unix/native/jspawnhelper/
H A Djspawnhelper.c116 /* Initialize pdir */
118 c->pdir = 0;
120 c->pdir = buf+offset;
/openjdk9/jdk/src/java.base/unix/native/libjava/
H A Dchildproc.h102 const char *pdir; member in struct:_ChildStuff
H A DProcessImpl_md.c428 sp.dirlen = c->pdir == 0 ? 0 : strlen(c->pdir)+1;
457 memcpy(buf+offset, c->pdir, sp.dirlen);
529 c->pdir = NULL;
553 if ((c->pdir = getBytes(env, dir)) == NULL) goto Catch;
631 releaseBytes(env, dir, c->pdir);
H A Dchildproc.c362 if (p->pdir != NULL && chdir(p->pdir) < 0)
/openjdk9/jdk/src/java.base/windows/native/libjava/
H A DProcessImpl_md.c270 const jchar *pdir,
339 (LPCWSTR)pdir, /* change to the new current directory */
376 const jchar *pdir = (dir != NULL) local
386 pdir,
391 if (pdir != NULL)
392 (*env)->ReleaseStringChars(env, dir, pdir);
266 processCreate( JNIEnv *env, const jchar *pcmd, const jchar *penvBlock, const jchar *pdir, jlong *handles, jboolean redirectErrorStream) argument

Completed in 111 milliseconds