Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libc/include/llvm-libc-macros/linux/
H A Dfcntl-macros.h52 #define S_IXUSR 0100 macro
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DPosixApi.h37 #define S_IXUSR 0 /* execute, user */ macro
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dutils.py41 return bool(mode & (stat.S_IXUSR |
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp434 mode |= S_IXUSR; in GetOpenMode()
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.m773 if (statb.st_mode & S_IXUSR) return true;