Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_stat.c149 #ifndef S_IEXEC
150 # define S_IEXEC 00100 macro
527 ADD_INT_MACRO(module, S_IEXEC); in stat_exec()
/third_party/python/Lib/
Dzipapp.py73 os.chmod(new_archive, os.stat(new_archive).st_mode | stat.S_IEXEC)
147 target.chmod(target.stat().st_mode | stat.S_IEXEC)
Dstat.py98 S_IEXEC = 0o0100 # Unix V7 synonym for S_IXUSR variable
/third_party/ntfs-3g/src/
Dntfs-3g.c372 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 …]
Dlowntfs-3g.c425 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/
Ducm_exec.c52 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/
Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/include/sys/
Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h97 #define S_IEXEC S_IXUSR macro
/third_party/mindspore/
Dsetup.py154 stat.S_IEXEC | stat.S_IRGRP | stat.S_IXGRP)
/third_party/flutter/skia/tools/android/
Dupload_to_android.py74 os.chmod(repo_binary, st.st_mode | stat.S_IEXEC)
/third_party/skia/tools/android/
Dupload_to_android.py76 os.chmod(repo_binary, st.st_mode | stat.S_IEXEC)
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h87 #if !defined(S_IEXEC)
88 # define S_IEXEC _S_IEXEC macro
/third_party/python/Lib/test/
Dtest_zipapp.py311 self.assertTrue(target.stat().st_mode & stat.S_IEXEC)
322 self.assertFalse(target.stat().st_mode & stat.S_IEXEC)
Dtest_pydoc.py954 os.chmod(pkgdir, current_mode & ~stat.S_IEXEC)
Dtest_shutil.py327 new_mode = stat.S_IREAD|stat.S_IEXEC
/third_party/gettext/gettext-tools/src/
Dwrite-csharp.c48 #if !S_IXUSR && S_IEXEC
49 # define S_IXUSR S_IEXEC
Dwrite-java.c49 #if !S_IXUSR && S_IEXEC
50 # define S_IXUSR S_IEXEC
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c2314 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/
Dstat.rst347 .. data:: S_IEXEC
Dos.rst1810 * :data:`stat.S_IEXEC`