Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/
H A Drustdoc_test_gen.rs74 .is_file() in find_real_path()
/linux/tools/perf/pmu-events/
H A Djevents.py498 if not item.is_file() or not item.name.endswith('.json'):
657 if not item.is_file() or not item.name.endswith('.json'):
714 if not item.is_file() or not item.name.endswith('.json') or item.name.endswith('metricgroups.json'):
1544 if item.is_file() and item.name.endswith('.json') and not item.name.endswith('metricgroups.json'):
/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py57 if not entry.is_file():
/linux/tools/lib/python/abi/
H A Dsystem_symbols.py119 elif entry.is_file():
H A Dabi_parser.py367 if not entry.is_file():
/linux/fs/afs/
H A Dinode.c55 static void afs_set_netfs_context(struct afs_vnode *vnode, bool is_file) in afs_set_netfs_context() argument
57 netfs_inode_init(&vnode->netfs, &afs_req_ops, is_file); in afs_set_netfs_context()