Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 25 of 52) sorted by relevance

123

/third_party/python/Lib/
Dstat.py41 S_IFLNK = 0o120000 # symbolic link variable
72 return S_IFMT(mode) == S_IFLNK
129 ((S_IFLNK, "l"),
/third_party/ntfs-3g/include/ntfs-3g/
Ddir.h37 #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/
Dstat.h36 #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/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/porting/linux/user/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/ndk_musl_include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/ffmpeg/libavformat/
Dfile.c52 # ifdef S_IFLNK
53 # define S_ISLNK(m) (((m) & S_IFLNK) == S_IFLNK)
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h102 #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/
Duv_mapping.c23 #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/
Dlstat01.c39 if ((stat_buf.st_mode & S_IFMT) != S_IFLNK || in run()
/third_party/eudev/src/shared/
Dlabel.c63 r = mac_selinux_create_file_prepare(new_path, S_IFLNK); in symlink_label()
/third_party/python/Modules/
D_stat.c100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
514 ADD_INT_MACRO(module, S_IFLNK); in stat_exec()
/third_party/python/Include/
Dpyport.h253 #ifndef S_IFLNK
256 # define S_IFLNK 0120000 macro
/third_party/selinux/libselinux/utils/
Dselabel_lookup_best_match.c45 return S_IFLNK; in string_to_mode()
Dmatchpathcon.c61 return S_IFLNK; in string_to_mode()
/third_party/musl/libc-test/src/api/
Dftw.c42 C(S_IFLNK) in f()
Dsys_stat.c65 C(S_IFLNK) in f()
/third_party/eudev/src/udev/
Dudev-node.c92 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/
Dwin.h74 #ifndef S_IFLNK
75 # define S_IFLNK 0xA000 macro
/third_party/ntfs-3g/src/
Dntfs-3g.c730 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 …]
Dlowntfs-3g.c672 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/
DvfsUtil.ts25 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;

123