Home
last modified time | relevance | path

Searched defs:isdir (Results 1 - 25 of 37) sorted by relevance

12

/third_party/python/Lib/
H A Dgenericpath.py39 def isdir(s): function
H A Dntpath.py854 from nt import _isdir as isdir namespace
H A Dtarfile.py1605 def isdir(self): member in TarInfo
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
/kernel/linux/linux-6.6/security/apparmor/
H A Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
/third_party/python/Lib/distutils/
H A Dfile_util.py177 from os.path import exists, isfile, isdir, basename, dirname namespace
/third_party/ffmpeg/tests/
H A Dvideogen.c156 int isdir = 0; in main() local
H A Drotozoom.c161 int isdir = 0; in main() local
/third_party/node/test/message/
H A Dtestcfg.py31 from os.path import join, exists, basename, isdir namespace
/third_party/node/test/pseudo-tty/
H A Dtestcfg.py32 from os.path import join, exists, basename, dirname, isdir namespace
/kernel/linux/linux-5.10/fs/erofs/
H A Dinode.c233 static int erofs_fill_inode(struct inode *inode, int isdir) in erofs_fill_inode() argument
315 erofs_iget(struct super_block *sb, erofs_nid_t nid, bool isdir) erofs_iget() argument
/third_party/node/deps/v8/tools/testrunner/local/
H A Dutils.py29 from os.path import isdir namespace
/kernel/linux/linux-5.10/include/linux/
H A Dfsnotify.h129 fsnotify_move(struct inode *old_dir, struct inode *new_dir, const struct qstr *old_name, int isdir, struct inode *target, struct dentry *moved) fsnotify_move() argument
/kernel/linux/linux-6.6/fs/fuse/
H A Dioctl.c425 bool isdir = S_ISDIR(inode->i_mode); in fuse_priv_ioctl_prepare() local
/kernel/linux/linux-6.6/include/linux/
H A Dfsnotify.h140 fsnotify_move(struct inode *old_dir, struct inode *new_dir, const struct qstr *old_name, int isdir, struct inode *target, struct dentry *moved) fsnotify_move() argument
/third_party/python/Lib/test/
H A Dtest_venv.py101 def isdir(self, *args): member in BasicTest
[all...]
H A Dtest_getpath.py935 def isdir(self, path): member in MockNTNamespace
1109 def isdir(self, path): member in MockPosixNamespace
/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py63 def isdir(path): function
743 def isdir(_): global() function
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c799 BOOL isdir; in ntfs_make_symlink() local
220 search_absolute(ntfs_volume *vol, ntfschar *path, int count, BOOL isdir) search_absolute() argument
559 ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point, BOOL isdir) ntfs_get_fulllink() argument
662 ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point __attribute__((unused)), BOOL isdir) ntfs_get_abslink() argument
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dbmap.c121 int isdir = gfs2_is_dir(ip); in gfs2_unstuff_dinode() local
/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c203 ceph_init_file_info(struct inode *inode, struct file *file, int fmode, bool isdir) ceph_init_file_info() argument
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c198 ceph_init_file_info(struct inode *inode, struct file *file, int fmode, bool isdir) ceph_init_file_info() argument
/kernel/linux/linux-6.6/fs/gfs2/
H A Dbmap.c97 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local
/third_party/node/tools/
H A Dtest.py71 from os.path import join, dirname, abspath, basename, isdir, exists namespace
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c1591 isdir(struct display *dp, const char *pathname) in isdir() function

Completed in 32 milliseconds

12