Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:pdir

2437 		int pdir;
2456 if((pdir = open(".", O_RDONLY)) < 0)
2463 if(fchdir(pdir) < 0)
2465 if(close(pdir) < 0)