Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 25 of 142) sorted by relevance

123456

/external/ltp/testcases/kernel/device-drivers/nls/
DuserBlockNLS.c89 rc = mkdir(NLS_DEVICE_PATH, (S_IFDIR | S_IRWXU | in open_block_device()
100 if (!(statbuf.st_mode & S_IFDIR)) { in open_block_device()
104 (S_IFDIR | S_IRWXU | S_IRGRP in open_block_device()
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
Duser_tmod.c63 rc = mkdir(DEVICE_NAME, (S_IFDIR | S_IRWXU | in tmodopen()
73 if (!(st.st_mode & S_IFDIR)) { in tmodopen()
76 rc = mkdir(DEVICE_NAME, (S_IFDIR | S_IRWXU | in tmodopen()
/external/ltp/testcases/kernel/device-drivers/include/
DuserBlockInclude.c92 (S_IFDIR | S_IRWXU | S_IRGRP | in open_block_device()
100 if (!(statbuf.st_mode & S_IFDIR)) { in open_block_device()
104 (S_IFDIR | S_IRWXU | S_IRGRP in open_block_device()
/external/ltp/testcases/kernel/device-drivers/usb/user_usb/
Duser_tusb.c44 rc = mkdir(DEVICE_NAME, (S_IFDIR | S_IRWXU | in tusbopen()
54 if (!(st.st_mode & S_IFDIR)) { in tusbopen()
57 rc = mkdir(DEVICE_NAME, (S_IFDIR | S_IRWXU | in tusbopen()
/external/python/cpython3/Lib/
Dstat.py36 S_IFDIR = 0o040000 # directory variable
48 return S_IFMT(mode) == S_IFDIR
116 (S_IFDIR, "d"),
/external/u-boot/fs/yaffs2/
Dyportenv.h244 #ifndef S_IFDIR
245 #define S_IFDIR 0040000 macro
254 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/external/ltp/testcases/kernel/device-drivers/base/user_base/
Duser_tbase.c59 rc = mkdir("/dev/tbase", (S_IFDIR | S_IRWXU | in tbaseopen()
69 if (!(st.st_mode & S_IFDIR)) { in tbaseopen()
72 rc = mkdir("/dev/tbase", (S_IFDIR | S_IRWXU | in tbaseopen()
/external/ltp/testcases/kernel/device-drivers/agp/user_space/
Duser_tagp.c59 rc = mkdir(DEVICE_NAME, (S_IFDIR | S_IRWXU | in tagpopen()
69 if (!(st.st_mode & S_IFDIR)) { in tagpopen()
72 rc = mkdir(DEVICE_NAME, (S_IFDIR | S_IRWXU | in tagpopen()
/external/strace/xlat/
Dmodetypes.h29 #if defined(S_IFDIR) || (defined(HAVE_DECL_S_IFDIR) && HAVE_DECL_S_IFDIR)
30 XLAT(S_IFDIR),
Dmodetypes.in5 S_IFDIR
/external/python/cpython2/Lib/
Dstat.py30 S_IFDIR = 0040000 variable
41 return S_IFMT(mode) == S_IFDIR
/external/kernel-headers/original/uapi/linux/
Dstat.h14 #define S_IFDIR 0040000 macro
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/external/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c57 rc = mkdir(DEVICE_NAME, (S_IFDIR | S_IRWXU | in tdrmopen()
67 if (!(st.st_mode & S_IFDIR)) { in tdrmopen()
70 rc = mkdir(DEVICE_NAME, (S_IFDIR | S_IRWXU | in tdrmopen()
/external/u-boot/include/linux/
Dstat.h15 #define S_IFDIR 0040000 /* directory */ macro
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/external/skia/src/ports/
DSkOSFile_posix.cpp195 if (s.st_mode & S_IFDIR) { in next()
199 if (!(s.st_mode & S_IFDIR) && issuffixfor(self.fSuffix, entry->d_name)) { in next()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_openbsd.go108 S_IFDIR = C.S_IFDIR const
Dtypes_dragonfly.go107 S_IFDIR = C.S_IFDIR const
Dtypes_solaris.go125 S_IFDIR = C.S_IFDIR const
Dtypes_freebsd.go196 S_IFDIR = C.S_IFDIR const
/external/skqp/src/ports/
DSkOSFile_posix.cpp195 if (s.st_mode & S_IFDIR) { in next()
199 if (!(s.st_mode & S_IFDIR) && issuffixfor(self.fSuffix, entry->d_name)) { in next()
/external/syzkaller/sys/linux/
Dfuse_386.const43 S_IFDIR = 16384
Dfuse_arm64.const43 S_IFDIR = 16384
Dfuse_arm.const43 S_IFDIR = 16384
Dfuse_ppc64le.const43 S_IFDIR = 16384
Dfuse_amd64.const43 S_IFDIR = 16384

123456