Home
last modified time | relevance | path

Searched refs:samefile (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tests/
H A Dex192.c75 PetscBool samefile; in main() local
77 PetscCall(PetscStrcmp(isfile, file, &samefile)); in main()
78 if (!samefile) { in main()
/petsc/config/
H A Dinstall.py104 if os.path.samefile(self.destDir, self.rootDir):
109 if os.path.samefile(self.destDir, os.path.join(self.rootDir,self.arch)):
/petsc/config/PETSc/
H A DConfigure.py1422 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…
/petsc/config/BuildSystem/
H A DRDict.py620 if not self.parentDirectory is None and os.path.samefile(os.getcwd(), self.parentDirectory):