Searched refs:pdir (Results 1 - 3 of 3) 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/make/
H A DMakefile311 pdir=`$(DIRNAME) $$sd`; \
312 if [ -d $(OUTPUTDIR32)/$$pdir ] ; then \
314 (cd $(OUTPUTDIR32)/$$pdir; $(RM) $(ARCH64); \
/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