Searched refs:samefile (Results 1 – 4 of 4) sorted by relevance
75 PetscBool samefile; in main() local77 PetscCall(PetscStrcmp(isfile, file, &samefile)); in main()78 if (!samefile) { in main()
104 if os.path.samefile(self.destDir, self.rootDir):109 if os.path.samefile(self.destDir, os.path.join(self.rootDir,self.arch)):
1422 if not os.path.samefile(self.petscdir.dir, os.getcwd()):1424 …'prefix'] and os.path.isdir(self.framework.argDB['prefix']) and os.path.samefile(self.framework.ar…1428 …'prefix'] and os.path.isdir(self.framework.argDB['prefix']) and os.path.samefile(self.framework.ar…
620 if not self.parentDirectory is None and os.path.samefile(os.getcwd(), self.parentDirectory):