/third_party/python/Modules/ |
D | _stat.c | 149 #ifndef S_IEXEC 150 # define S_IEXEC 00100 macro 527 ADD_INT_MACRO(module, S_IEXEC); in stat_exec()
|
/third_party/python/Lib/ |
D | zipapp.py | 73 os.chmod(new_archive, os.stat(new_archive).st_mode | stat.S_IEXEC) 147 target.chmod(target.stat().st_mode | stat.S_IEXEC)
|
D | stat.py | 98 S_IEXEC = 0o0100 # Unix V7 synonym for S_IXUSR variable
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 372 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX)) in ntfs_allowed_dir_access() 833 ni, S_IEXEC)) { in ntfs_fuse_getattr() 1400 path, ni, ni, accesstype | S_IEXEC) in ntfs_fuse_opendir() 1402 (ntfs_inode*)NULL, ni, S_IEXEC) in ntfs_fuse_opendir() 1507 path,(ntfs_inode*)NULL,ni,S_IEXEC) in ntfs_fuse_open() 1863 (ntfs_inode*)NULL, ni, S_IEXEC) in ntfs_fuse_trunc() 1941 (ntfs_inode*)NULL,(ntfs_inode*)NULL,S_IEXEC)) { in ntfs_fuse_chmod() 1989 (ntfs_inode*)NULL,(ntfs_inode*)NULL,S_IEXEC)) { in ntfs_fuse_chown() 2033 (ntfs_inode*)NULL,S_IEXEC)) { in ntfs_fuse_access() 2040 if (type & X_OK) mode += S_IEXEC; in ntfs_fuse_access() [all …]
|
D | lowntfs-3g.c | 425 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX)) in ntfs_allowed_dir_access() 1044 && !ntfs_allowed_access(&security,dir_ni,S_IEXEC)) { in ntfs_fuse_lookup() 2320 if (mask & X_OK) mode += S_IEXEC; in ntfs_fuse_access() 2623 && !ntfs_allowed_access(&security,dir_ni,S_IWRITE + S_IEXEC)) in ntfs_fuse_newlink() 2779 S_IEXEC + S_IWRITE + S_ISVTX)) { in ntfs_fuse_rm() 2985 S_IEXEC + S_IWRITE + S_ISVTX)) { in ntfs_fuse_rename_existing_dest() 3352 acctype = S_IEXEC | S_IWRITE; in ntfs_check_access_xattr() 3354 acctype = S_IEXEC; in ntfs_check_access_xattr() 3357 if (ni && (acctype != S_IEXEC)) { in ntfs_check_access_xattr()
|
/third_party/alsa-lib/src/ucm/ |
D | ucm_exec.c | 52 if (!S_ISREG(st.st_mode) || !(st.st_mode & S_IEXEC)) in find_exec() 74 || !(st.st_mode & S_IEXEC)) in find_exec()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 98 #define S_IEXEC S_IXUSR macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 98 #define S_IEXEC S_IXUSR macro
|
/third_party/musl/include/sys/ |
D | stat.h | 98 #define S_IEXEC S_IXUSR macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 98 #define S_IEXEC S_IXUSR macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 98 #define S_IEXEC S_IXUSR macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 98 #define S_IEXEC S_IXUSR macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 97 #define S_IEXEC S_IXUSR macro
|
/third_party/mindspore/ |
D | setup.py | 154 stat.S_IEXEC | stat.S_IRGRP | stat.S_IXGRP)
|
/third_party/flutter/skia/tools/android/ |
D | upload_to_android.py | 74 os.chmod(repo_binary, st.st_mode | stat.S_IEXEC)
|
/third_party/skia/tools/android/ |
D | upload_to_android.py | 76 os.chmod(repo_binary, st.st_mode | stat.S_IEXEC)
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 87 #if !defined(S_IEXEC) 88 # define S_IEXEC _S_IEXEC macro
|
/third_party/python/Lib/test/ |
D | test_zipapp.py | 311 self.assertTrue(target.stat().st_mode & stat.S_IEXEC) 322 self.assertFalse(target.stat().st_mode & stat.S_IEXEC)
|
D | test_pydoc.py | 954 os.chmod(pkgdir, current_mode & ~stat.S_IEXEC)
|
D | test_shutil.py | 327 new_mode = stat.S_IREAD|stat.S_IEXEC
|
/third_party/gettext/gettext-tools/src/ |
D | write-csharp.c | 48 #if !S_IXUSR && S_IEXEC 49 # define S_IXUSR S_IEXEC
|
D | write-java.c | 49 #if !S_IXUSR && S_IEXEC 50 # define S_IXUSR S_IEXEC
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 2314 if (!scx->mapping[MAPUSERS] || (!scx->uid && !(request & S_IEXEC))) in ntfs_get_perm() 3455 && (!(accesstype & S_IEXEC) in ntfs_allowed_access() 3463 case S_IEXEC: in ntfs_allowed_access() 3469 case S_IWRITE + S_IEXEC: in ntfs_allowed_access() 3476 case S_IREAD + S_IEXEC: in ntfs_allowed_access() 3484 case S_IWRITE + S_IEXEC + S_ISVTX: in ntfs_allowed_access() 3495 case S_IREAD + S_IWRITE + S_IEXEC: in ntfs_allowed_access() 3535 perm = ntfs_get_perm(scx, dir_ni, S_IWRITE + S_IEXEC); in ntfs_allowed_create() 3540 perm = ntfs_get_perm(scx, dir_ni, S_IWRITE + S_IEXEC); in ntfs_allowed_create() 3603 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX))
|
/third_party/python/Doc/library/ |
D | stat.rst | 347 .. data:: S_IEXEC
|
D | os.rst | 1810 * :data:`stat.S_IEXEC`
|