Home
last modified time | relevance | path

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

12

/third_party/ntfs-3g/src/
H A Dntfs-3g.c373 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX)) in ntfs_allowed_dir_access()
834 ni, S_IEXEC)) { in ntfs_fuse_getattr()
1401 path, ni, ni, accesstype | S_IEXEC) in ntfs_fuse_opendir()
1403 (ntfs_inode*)NULL, ni, S_IEXEC) in ntfs_fuse_opendir()
1508 path,(ntfs_inode*)NULL,ni,S_IEXEC) in ntfs_fuse_open()
1864 (ntfs_inode*)NULL, ni, S_IEXEC) in ntfs_fuse_trunc()
1942 (ntfs_inode*)NULL,(ntfs_inode*)NULL,S_IEXEC)) { in ntfs_fuse_chmod()
1990 (ntfs_inode*)NULL,(ntfs_inode*)NULL,S_IEXEC)) { in ntfs_fuse_chown()
2034 (ntfs_inode*)NULL,S_IEXEC)) { in ntfs_fuse_access()
2041 if (type & X_OK) mode += S_IEXEC; in ntfs_fuse_access()
[all...]
H A 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/python/Modules/
H A D_stat.c149 #ifndef S_IEXEC
150 # define S_IEXEC 00100 macro
453 S_IEXEC: Unix V7 synonym for S_IXUSR\n\
527 ADD_INT_MACRO(module, S_IEXEC); in stat_exec()
/third_party/alsa-lib/src/ucm/
H A Ducm_exec.c61 if (!S_ISREG(st.st_mode) || !(st.st_mode & S_IEXEC)) in find_exec()
83 || !(st.st_mode & S_IEXEC)) in find_exec()
/third_party/python/Lib/
H A 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)
H A Dstat.py98 S_IEXEC = 0o0100 # Unix V7 synonym for S_IXUSR variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h98 #define S_IEXEC S_IXUSR macro
/third_party/musl/include/sys/
H A Dstat.h105 #define S_IEXEC S_IXUSR macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h87 #if !defined(S_IEXEC)
88 # define S_IEXEC _S_IEXEC macro
/third_party/python/Lib/test/
H A Dtest_zipapp.py313 self.assertTrue(target.stat().st_mode & stat.S_IEXEC)
324 self.assertFalse(target.stat().st_mode & stat.S_IEXEC)
H A Dtest_pydoc.py947 os.chmod(pkgdir, current_mode & ~stat.S_IEXEC)
/third_party/skia/tools/android/
H A Dupload_to_android.py76 os.chmod(repo_binary, st.st_mode | stat.S_IEXEC)
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c2314 if (!scx->mapping[MAPUSERS] || (!scx->uid && !(request & S_IEXEC))) in ntfs_get_perm()
3432 * 2 if sticky and accesstype is S_IWRITE + S_IEXEC + S_ISVTX
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()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs179 pub const S_IEXEC: mode_t = 64; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs415 pub const S_IEXEC: ::mode_t = 64; consts
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs147 pub const S_IEXEC: ::c_int = 64; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs212 pub const S_IEXEC: c_short = 0x0040; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs858 pub const S_IEXEC: ::mode_t = 64; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs876 pub const S_IEXEC: mode_t = 64; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs574 pub const S_IEXEC: mode_t = 64; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1833 pub const S_IEXEC: mode_t = ::S_IXUSR; consts

Completed in 49 milliseconds

12