Home
last modified time | relevance | path

Searched refs:_accessor (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dpathlib.py404 scandir = parent_path._accessor.scandir
952 _accessor = _normal_accessor variable in Path
991 return cls(cls._accessor.getcwd())
1008 other_st = self._accessor.stat(other_path)
1015 for name in self._accessor.listdir(self):
1060 return self._from_parts([self._accessor.getcwd()] + self._parts)
1075 s = self._accessor.realpath(self, strict=strict)
1095 return self._accessor.stat(self, follow_symlinks=follow_symlinks)
1101 return self._accessor.owner(self)
1107 return self._accessor.group(self)
[all …]
/third_party/node/deps/v8/src/debug/
Ddebug-property-iterator.cc216 if (*structure == *isolate->factory()->name##_accessor()) \ in GetNativeAccessorDescriptorInternal()
/third_party/node/deps/v8/src/roots/
Droots.h364 V(AccessorInfo, name##_accessor, CamelName##Accessor)