reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/fcntl.h
   50 typedef __mode_t mode_t;
usr/include/x86_64-linux-gnu/sys/mman.h
   37 typedef __mode_t mode_t;
usr/include/x86_64-linux-gnu/sys/stat.h
   59 typedef __mode_t mode_t;

References

lib/Support/Unix/Path.inc
  633 static file_type typeForMode(mode_t Mode) {
tools/lldb/include/lldb/Host/File.h
   62   static mode_t ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options);
tools/lldb/source/Commands/CommandObjectPlatform.cpp
   33 static mode_t ParsePermissionString(const char *) = delete;
   35 static mode_t ParsePermissionString(llvm::StringRef permissions) {
   53   mode_t user, group, world;
   85       mode_t perms = ParsePermissionString(option_arg);
  499       mode_t perms;
tools/lldb/source/Host/common/File.cpp
  733 mode_t File::ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options) {
  734   mode_t mode = 0;
tools/lldb/source/Host/common/FileSystem.cpp
  395 static mode_t GetOpenMode(uint32_t permissions) {
  396   mode_t mode = 0;
  425   const mode_t open_mode =
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2919                                        File::OpenOptions flags, mode_t mode,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  355                            mode_t mode, Status &error);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  517         mode_t mode = packet.GetHexMaxU32(false, 0600);
  798   mode_t mode = packet.GetHexMaxU32(false, UINT32_MAX);
unittests/Support/Path.cpp
  742   mode_t OldUmask = ::umask(0000);
usr/include/fcntl.h
  203 extern int creat (const char *__file, mode_t __mode) __nonnull ((1));
  213 extern int creat64 (const char *__file, mode_t __mode) __nonnull ((1));
usr/include/spawn.h
  173 					     int __oflag, mode_t __mode)
usr/include/x86_64-linux-gnu/sys/mman.h
  144 extern int shm_open (const char *__name, int __oflag, mode_t __mode);