Home
last modified time | relevance | path

Searched refs:getattr (Results 426 - 450 of 831) sorted by relevance

1...<<11121314151617181920>>...34

/kernel/linux/linux-6.6/fs/minix/
H A Dnamei.c269 .getattr = minix_getattr,
/kernel/linux/linux-6.6/fs/exfat/
H A Dfile.c398 .getattr = exfat_getattr,
/kernel/linux/linux-6.6/fs/coda/
H A Dinode.c289 .getattr = coda_getattr,
/kernel/linux/linux-6.6/fs/ext2/
H A Dfile.c324 .getattr = ext2_getattr,
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_net.c323 .getattr = proc_tgid_net_getattr,
H A Droot.c359 .getattr = proc_root_getattr,
/kernel/linux/linux-6.6/fs/vboxsf/
H A Dfile.c224 .getattr = vboxsf_getattr,
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Dwindows.py110 error_no = getattr(exception, "error_no", "00000")
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py97 return getattr(sys.modules[file_base_name], file_base_name)
/third_party/PyYAML/
H A Dsetup.py145 with_ext = getattr(self, ext.attr_name) or os.environ.get('PYYAML_FORCE_{0}'.format(ext.feature_name.upper()))
/third_party/node/deps/v8/tools/
H A Deval_gc_nvp.py146 return getattr(a, cmp_metric)()
/third_party/node/deps/v8/third_party/jinja2/
H A Dloaders.py491 mod = getattr(self.module, module, None)
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py73 return getattr(self, method)(*args[1:])
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py469 mod = getattr(self.module, module, None)
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h215 void (*getattr) (fuse_req_t req, fuse_ino_t ino, member
900 * getattr, setattr
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py73 return getattr(self, method)(*args[1:])
/third_party/libfuse/example/
H A Dhello_ll_uds.c168 .getattr = hello_ll_getattr,
H A Dnotify_store_retrieve.c274 .getattr = tfs_getattr,
H A Dnotify_inval_entry.c236 .getattr = tfs_getattr,
H A Dnotify_inval_inode.c244 .getattr = tfs_getattr,
/third_party/python/Lib/multiprocessing/
H A Dutil.py258 getattr(self._callback, '__name__', self._callback))
/third_party/python/Lib/
H A Dfileinput.py324 self._file = getattr(sys.stdin, 'buffer', sys.stdin)
H A Dfilecmp.py253 return getattr(self, attr)
/third_party/python/Lib/idlelib/
H A Dsqueezer.py195 rmenu.add_command(label=label, command=getattr(self, method_name))
/third_party/python/Lib/email/
H A Dcontentmanager.py45 modname = getattr(typ, '__module__', '')

Completed in 14 milliseconds

1...<<11121314151617181920>>...34