Home
last modified time | relevance | path

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

123456

/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/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/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/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/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/porting/liteos_m_iccarm/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_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/uniproton/kernel/include/sys/
Dstat.h31 #define S_IFDIR 0040000 macro
44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/third_party/musl/porting/linux/user/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/musl/ndk_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/ohos_lite/
De_os.h119 # ifndef S_IFDIR
120 # define S_IFDIR _S_IFDIR macro
/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/libwebsockets/win32port/dirent/
Ddirent-win32.h57 #if !defined(S_IFDIR)
58 # define S_IFDIR _S_IFDIR macro
170 #define DT_DIR S_IFDIR
191 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/third_party/openssl/
De_os.h73 # ifndef S_IFDIR
74 # define S_IFDIR _S_IFDIR macro
/third_party/node/deps/openssl/openssl/
De_os.h73 # ifndef S_IFDIR
74 # define S_IFDIR _S_IFDIR macro
/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/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
333 … const node = this._mknod(parent ? parent.dev : ++devCount, S_IFDIR, /*mode*/ 0o777, time);
515 … const node = this._mknod(parent ? parent.dev : ++devCount, S_IFDIR, /*mode*/ 0o777, time);
870 … private _mknod(dev: number, type: typeof S_IFDIR, mode: number, time?: number): DirectoryInode;
934 case S_IFDIR:
935 const dir = this._mknod(node.dev, S_IFDIR, 0o777);
1224 return { mode: S_IFDIR | 0o777, size: 0 };
1327 public isDirectory() { return (this.mode & S_IFMT) === S_IFDIR; }
1504 return node !== undefined && (node.mode & S_IFMT) === S_IFDIR;
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen01.c40 {TEST_DIR, O_DIRECTORY, 0, S_IFDIR, "sirectory bit"}

123456