Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Daddress_filtering.cc44 const std::vector<std::string>& other_path = in Cmp() local
47 if (other_path.size() == i) return 1; in Cmp()
48 int r = path_[i].compare(other_path[i]); in Cmp()
51 if (other_path.size() > path_.size()) return -1; in Cmp()
/third_party/cef/patch/patches/
Drunhooks.patch9 - other_path = os.path.normpath(os.path.join(
13 - if not os.path.exists(other_path):
16 - script_path = other_path
/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.py2714 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)
2719 '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