Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpathlib.py1000 def samefile(self, other_path): argument
1006 other_st = other_path.stat()
1008 other_st = self._accessor.stat(other_path)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py2975 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)
2981 "path": other_path,
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py2974 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)
2980 "path": other_path,
/third_party/python/Doc/library/
Dpathlib.rst1101 .. method:: Path.samefile(other_path)
1103 Return whether this path points to the same file as *other_path*, which