Searched refs:getattr (Results 426 - 450 of 831) sorted by relevance
1...<<11121314151617181920>>...34
/kernel/linux/linux-6.6/fs/minix/ |
H A D | namei.c | 269 .getattr = minix_getattr,
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | file.c | 398 .getattr = exfat_getattr,
|
/kernel/linux/linux-6.6/fs/coda/ |
H A D | inode.c | 289 .getattr = coda_getattr,
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | file.c | 324 .getattr = ext2_getattr,
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_net.c | 323 .getattr = proc_tgid_net_getattr,
|
H A D | root.c | 359 .getattr = proc_root_getattr,
|
/kernel/linux/linux-6.6/fs/vboxsf/ |
H A D | file.c | 224 .getattr = vboxsf_getattr,
|
/test/testfwk/xdevice/plugins/devicetest/driver/ |
H A D | windows.py | 110 error_no = getattr(exception, "error_no", "00000")
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 97 return getattr(sys.modules[file_base_name], file_base_name)
|
/third_party/PyYAML/ |
H A D | setup.py | 145 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 D | eval_gc_nvp.py | 146 return getattr(a, cmp_metric)()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | loaders.py | 491 mod = getattr(self.module, module, None)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | win_tool.py | 73 return getattr(self, method)(*args[1:])
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | loaders.py | 469 mod = getattr(self.module, module, None)
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 215 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 D | win_tool.py | 73 return getattr(self, method)(*args[1:])
|
/third_party/libfuse/example/ |
H A D | hello_ll_uds.c | 168 .getattr = hello_ll_getattr,
|
H A D | notify_store_retrieve.c | 274 .getattr = tfs_getattr,
|
H A D | notify_inval_entry.c | 236 .getattr = tfs_getattr,
|
H A D | notify_inval_inode.c | 244 .getattr = tfs_getattr,
|
/third_party/python/Lib/multiprocessing/ |
H A D | util.py | 258 getattr(self._callback, '__name__', self._callback))
|
/third_party/python/Lib/ |
H A D | fileinput.py | 324 self._file = getattr(sys.stdin, 'buffer', sys.stdin)
|
H A D | filecmp.py | 253 return getattr(self, attr)
|
/third_party/python/Lib/idlelib/ |
H A D | squeezer.py | 195 rmenu.add_command(label=label, command=getattr(self, method_name))
|
/third_party/python/Lib/email/ |
H A D | contentmanager.py | 45 modname = getattr(typ, '__module__', '')
|
Completed in 14 milliseconds
1...<<11121314151617181920>>...34