Searched refs:other_path (Results 1 – 4 of 4) sorted by relevance
1000 def samefile(self, other_path): argument1006 other_st = other_path.stat()1008 other_st = self._accessor.stat(other_path)
2975 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)2981 "path": other_path,
2974 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)2980 "path": other_path,
1101 .. method:: Path.samefile(other_path)1103 Return whether this path points to the same file as *other_path*, which