/kernel/linux/linux-6.6/fs/ceph/ |
H A D | dir.c | 22 * specific inode (e.g., a getattr due to fstat(2)), or as a path 834 req->r_args.getattr.mask = cpu_to_le32(mask); in ceph_lookup() 1934 req->r_args.getattr.mask = cpu_to_le32(mask); in ceph_d_revalidate() 2154 .getattr = ceph_getattr, 2173 .getattr = ceph_getattr,
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 99 if getattr(device, "callback_method", None): 325 value = getattr(self, key, None) 554 state = getattr(self, ConfigConst.recover_state, default_state) 756 getattr(sys, ConfigConst.env_pool_cache, False)) \
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 340 value = getattr(self, column) 367 kind = getattr(decl, 'kind', None) 558 args = [f'{n}={getattr(self, n)!r}' 674 value = getattr(self, column, None) 676 value = getattr(self, colname, None)
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 266 if not getattr(self.root, "breakpoint_error_displayed", False): 726 msg = getattr(value, 'msg', '') or value or "<no detail available>" 727 lineno = getattr(value, 'lineno', '') or 1 728 offset = getattr(value, 'offset', '') or 0
|
/third_party/python/Lib/ |
H A D | _pyio.py | 1564 flags |= getattr(os, 'O_BINARY', 0) 1566 noinherit_flag = (getattr(os, 'O_NOINHERIT', 0) or 1567 getattr(os, 'O_CLOEXEC', 0)) 1597 self._blksize = getattr(fdfstat, 'st_blksize', 0)
|
/third_party/python/Lib/http/ |
H A D | cookiejar.py | 834 attr = getattr(self, name) 962 fn = getattr(self, fn_name) 1109 fn = getattr(self, fn_name) 1588 rfc2109_as_ns = getattr(self._policy, 'rfc2109_as_netscape', None)
|
/third_party/python/Lib/test/ |
H A D | string_tests.py | 65 realresult = getattr(obj, methodname)(*args, **kwargs) 80 realresult = getattr(obj, methodname)(*args) 88 getattr(obj, methodname)(*args) 97 getattr(obj, methodname)(*args)
|
H A D | test_concurrent_futures.py | 315 context=getattr(self, "ctx", ""))) 343 context=getattr(self, "ctx", ""))) 396 context=getattr(self, 'ctx', None))) 414 if getattr(self, 'ctx', None):
|
H A D | test_sys.py | 690 self.assertEqual(type(getattr(sys.flags, attr)), attr_type, attr) 825 ' std = getattr(sys, name)', 1107 marker = getattr(os, '__file__', None) 1236 self.assertEqual(getattr(hook_args, attr), 1237 getattr(expected, attr),
|
H A D | test_urlparse.py | 895 getattr(result, attr).endswith("#" + expected_frag)) 901 getattr(result, attr).endswith(expected_frag)) 1175 object = getattr(urllib.parse, name) 1176 if getattr(object, '__module__', None) == 'urllib.parse':
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 72 if isinstance(getattr(cb, '__self__', None), tasks.Task): 923 if 'b' not in getattr(file, 'mode', 'b'): 1178 mode = getattr(transport, '_sendfile_compatible', 1246 if not getattr(transport, '_start_tls_compatible', False):
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 492 struct rpc_call_fs getattr; in nfs_bind() local 638 getattr.fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize); in nfs_bind() 639 (void)memcpy_s(&getattr.fs.fsroot.handle, sizeof(nfsfh_t), &nmp->nm_fh, sizeof(nfsfh_t)); in nfs_bind() 642 (void *)&getattr, /* sizeof(struct FS3args) */ in nfs_bind() 643 (sizeof(getattr.fs.fsroot.length) + nmp->nm_fhsize), in nfs_bind()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2004 generator_additional_non_configuration_keys = getattr( 2007 generator_additional_path_sections = getattr( 2011 generator_extra_sources_for_rules = getattr( 2027 generator_additional_non_configuration_keys = getattr( 2030 generator_additional_path_sections = getattr(
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2001 generator_additional_non_configuration_keys = getattr( 2004 generator_additional_path_sections = getattr( 2008 generator_extra_sources_for_rules = getattr( 2024 generator_additional_non_configuration_keys = getattr( 2027 generator_additional_path_sections = getattr(
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_tasks.py | 2560 Task = getattr(tasks, '_CTask', None) 2561 Future = getattr(futures, '_CFuture', None) 2591 Task = getattr(tasks, '_CTask', None) 2592 Future = getattr(futures, '_CFuture', None) 2600 Task = getattr(tasks, '_CTask', None) 2609 Future = getattr(futures, '_CFuture', None) 2617 Task = getattr(tasks, '_CTask', None) 2626 Future = getattr(futures, '_CFuture', None) 2839 return getattr(tasks, '_CTask')(coro, loop=self.loop)
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | inode.c | 29 .getattr = kernfs_iop_getattr,
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | file.c | 378 .getattr = exfat_getattr,
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | file.c | 562 .getattr = fat_getattr,
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | dir.c | 578 .getattr = coda_getattr,
|
/kernel/linux/linux-5.10/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 547 .getattr = simple_getattr,
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | namei.c | 438 .getattr = orangefs_getattr,
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | inode.c | 149 .getattr = sysv_getattr,
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
H A D | dir.c | 479 .getattr = vboxsf_getattr,
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_cloud.c | 448 .getattr = hmdfs_get_cached_attr_cloud,
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | file.c | 576 .getattr = fat_getattr,
|