/third_party/python/Lib/ |
D | stat.py | 41 S_IFLNK = 0o120000 # symbolic link variable 72 return S_IFMT(mode) == S_IFLNK 129 ((S_IFLNK, "l"),
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | dir.h | 37 #ifndef S_IFLNK 38 #define S_IFLNK 0120000 macro 41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 36 #define S_IFLNK 0120000 macro 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 36 #define S_IFLNK 0120000 macro 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/third_party/musl/include/sys/ |
D | stat.h | 36 #define S_IFLNK 0120000 macro 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 36 #define S_IFLNK 0120000 macro 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 36 #define S_IFLNK 0120000 macro 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 36 #define S_IFLNK 0120000 macro 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 36 #define S_IFLNK 0120000 macro 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/third_party/ffmpeg/libavformat/ |
D | file.c | 52 # ifdef S_IFLNK 53 # define S_ISLNK(m) (((m) & S_IFLNK) == S_IFLNK)
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 102 #if !defined(S_IFLNK) 103 # define S_IFLNK 0 macro 175 #define DT_LNK S_IFLNK 197 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/third_party/node/deps/uvwasi/src/ |
D | uv_mapping.c | 23 #if !defined(S_ISLNK) && defined(S_IFMT) && defined(S_IFLNK) 24 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/third_party/ltp/testcases/kernel/syscalls/lstat/ |
D | lstat01.c | 39 if ((stat_buf.st_mode & S_IFMT) != S_IFLNK || in run()
|
/third_party/eudev/src/shared/ |
D | label.c | 63 r = mac_selinux_create_file_prepare(new_path, S_IFLNK); in symlink_label()
|
/third_party/python/Modules/ |
D | _stat.c | 100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) 514 ADD_INT_MACRO(module, S_IFLNK); in stat_exec()
|
/third_party/python/Include/ |
D | pyport.h | 253 #ifndef S_IFLNK 256 # define S_IFLNK 0120000 macro
|
/third_party/selinux/libselinux/utils/ |
D | selabel_lookup_best_match.c | 45 return S_IFLNK; in string_to_mode()
|
D | matchpathcon.c | 61 return S_IFLNK; in string_to_mode()
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 42 C(S_IFLNK) in f()
|
D | sys_stat.c | 65 C(S_IFLNK) in f()
|
/third_party/eudev/src/udev/ |
D | udev-node.c | 92 mac_selinux_create_file_prepare(slink, S_IFLNK); in node_symlink() 109 mac_selinux_create_file_prepare(slink_tmp, S_IFLNK); in node_symlink()
|
/third_party/libuv/include/uv/ |
D | win.h | 74 #ifndef S_IFLNK 75 # define S_IFLNK 0xA000 macro
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 730 stbuf->st_mode = S_IFLNK; in junction_getattr() 766 stbuf->st_mode = S_IFLNK; in wsl_getattr() 776 stbuf->st_mode = S_IFLNK; in wsl_getattr() 795 case S_IFLNK : in apply_umask() 859 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getattr() 881 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getattr() 1021 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getattr() 1292 st.st_mode = S_IFLNK | 0777; in ntfs_fuse_filler() 1307 st.st_mode = S_IFLNK | 0777; /* default */ in ntfs_fuse_filler() 1320 st.st_mode = S_IFLNK; in ntfs_fuse_filler() [all …]
|
D | lowntfs-3g.c | 672 stbuf->st_mode = S_IFLNK; in junction_getstat() 708 stbuf->st_mode = S_IFLNK; in wsl_getstat() 718 stbuf->st_mode = S_IFLNK; in wsl_getstat() 737 case S_IFLNK : in apply_umask() 774 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getstat() 797 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getstat() 920 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getstat() 1261 st.st_mode = S_IFLNK | 0777; in ntfs_fuse_filler() 1276 st.st_mode = S_IFLNK | 0777; /* default */ in ntfs_fuse_filler() 1289 st.st_mode = S_IFLNK; in ntfs_fuse_filler() [all …]
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 25 const S_IFLNK = 0o120000; // symbolic link constant 627 const node = this._mknod(parent.dev, S_IFLNK, /*mode*/ 0o666, time); 864 … private _mknod(dev: number, type: typeof S_IFLNK, mode: number, time?: number): SymlinkInode; 1323 public isSymbolicLink() { return (this.mode & S_IFMT) === S_IFLNK; } 1497 return node !== undefined && (node.mode & S_IFMT) === S_IFLNK;
|