Home
last modified time | relevance | path

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

12345

/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
52 return S_IFMT(mode) == S_IFDIR
133 (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/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/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/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/angle/src/common/
Dsystem_utils_posix.cpp124 return result == 0 && ((st.st_mode & S_IFDIR) == S_IFDIR); in IsDirectory()
/external/u-boot/include/linux/
Dstat.h15 #define S_IFDIR 0040000 /* directory */ macro
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/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/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/strace/tests-mx32/
Dumode_t.c72 test_syscall(S_IFDIR | 06); in main()
/external/strace/tests-m32/
Dumode_t.c72 test_syscall(S_IFDIR | 06); in main()
/external/strace/tests/
Dumode_t.c72 test_syscall(S_IFDIR | 06); in main()
/external/libtextclassifier/native/lang_id/common/file/
Dfile-utils.cc58 return s.st_mode & S_IFDIR; in DirectoryExists()
/external/ltp/testcases/kernel/syscalls/open/
Dopen01.c40 {TEST_DIR, O_DIRECTORY, 0, S_IFDIR, "Directory bit"}
/external/openssh/openbsd-compat/
Dstrmode.c47 case S_IFDIR: /* directory */ in strmode()
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c411 (S_IFDIR | S_IRWXU | S_IRGRP | in LTP_fs_open_block_device()
420 if (!(statbuf.st_mode & S_IFDIR)) { in LTP_fs_open_block_device()
424 (S_IFDIR | S_IRWXU | S_IRGRP in LTP_fs_open_block_device()
/external/ltp/testcases/kernel/syscalls/chmod/
Dchmod05.c42 #define DIR_MODE (mode_t)(S_ISVTX | S_ISGID | S_IFDIR)

12345