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

/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c150 const jchar* pdir = NULL; local
168 pdir = (*env)->GetStringChars(env, dir, NULL);
169 if (pdir == NULL) goto Catch;
243 (LPCWSTR)pdir, /* change to the new current directory */
262 if (pdir != NULL)
263 (*env)->ReleaseStringChars(env, dir, pdir);
/openjdk7/jdk/src/solaris/native/java/lang/
H A DUNIXProcess_md.c685 const char *pdir; member in struct:_ChildStuff
750 if (p->pdir != NULL && chdir(p->pdir) < 0)
851 c->pdir = NULL;
875 if ((c->pdir = getBytes(env, dir)) == NULL) goto Catch;
942 releaseBytes(env, dir, c->pdir);

Completed in 33 milliseconds