Home
last modified time | relevance | path

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

12345

/third_party/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()
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/python/Lib/
Dstat.py36 S_IFDIR = 0o040000 # directory variable
52 return S_IFMT(mode) == S_IFDIR
133 (S_IFDIR, "d"),
/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyportenv.h244 #ifndef S_IFDIR
245 #define S_IFDIR 0040000 macro
254 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/uboot/u-boot-2020.01/include/linux/
Dstat.h15 #define S_IFDIR 0040000 /* directory */ macro
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h31 #define S_IFDIR 0040000 macro
44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h31 #define S_IFDIR 0040000 macro
44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/third_party/musl/include/sys/
Dstat.h31 #define S_IFDIR 0040000 macro
44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_posix.cpp177 return result == 0 && ((st.st_mode & S_IFDIR) == S_IFDIR); in IsDirectory()
/third_party/openssl/
De_os.h119 # ifndef S_IFDIR
120 # define S_IFDIR _S_IFDIR macro
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_posix.cpp268 return result == 0 && ((st.st_mode & S_IFDIR) == S_IFDIR); in IsDirectory()
/third_party/flutter/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()
/third_party/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()
/third_party/eudev/src/shared/
Dlabel.c42 r = mac_selinux_create_file_prepare(path, S_IFDIR); in mkdir_label()
/third_party/node/deps/uvwasi/src/
Duv_mapping.c15 #if !defined(S_ISDIR) && defined(S_IFMT) && defined(S_IFDIR)
16 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen01.c40 {TEST_DIR, O_DIRECTORY, 0, S_IFDIR, "Directory bit"}
/third_party/ltp/testcases/kernel/syscalls/chmod/
Dchmod05.c42 #define DIR_MODE (mode_t)(S_ISVTX | S_ISGID | S_IFDIR)
/third_party/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()
/third_party/typescript/src/harness/
DvfsUtil.ts28 const S_IFDIR = 0o040000; // directory constant
334 … const node = this._mknod(parent ? parent.dev : ++devCount, S_IFDIR, /*mode*/ 0o777, time);
516 … const node = this._mknod(parent ? parent.dev : ++devCount, S_IFDIR, /*mode*/ 0o777, time);
863 … private _mknod(dev: number, type: typeof S_IFDIR, mode: number, time?: number): DirectoryInode;
928 case S_IFDIR:
929 const dir = this._mknod(node.dev, S_IFDIR, 0o777);
1219 return { mode: S_IFDIR | 0o777, size: 0 };
1322 public isDirectory() { return (this.mode & S_IFMT) === S_IFDIR; }
1493 return node !== undefined && (node.mode & S_IFMT) === S_IFDIR;
/third_party/uboot/u-boot-2020.01/fs/reiserfs/
Dmode_string.c25 || ( S_IFDIR != 0040000 ) || ( S_IFCHR != 0020000 ) \

12345