Searched refs:other_path (Results 1 – 6 of 6) sorted by relevance
44 const std::vector<std::string>& other_path = in Cmp() local47 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()
9 - other_path = os.path.normpath(os.path.join(13 - if not os.path.exists(other_path):16 - script_path = other_path
1000 def samefile(self, other_path): argument1006 other_st = other_path.stat()1008 other_st = self._accessor.stat(other_path)
2714 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)2719 '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