Lines Matching defs:permissions
180 perms permissions() const { return Perms; }
217 void permissions(perms p) { Perms = p; }
652 /// Set file permissions.
654 /// @param Path File to set permissions on.
655 /// @param Permissions New file permissions.
656 /// @returns errc::success if the permissions were successfully set, otherwise
658 /// @note On Windows, all permissions except *_write are ignored. Using any of
668 /// Get file permissions.
670 /// @param Path File to get permissions from.
671 /// @returns the permissions if they were successfully retrieved, otherwise a
822 /// @param Mode Set to the opened file's permissions.
955 /// @param Mode The access permissions of the file, represented in octal.
973 /// @param Mode The access permissions of the file, represented in octal.
1054 /// @param Mode The access permissions of the file, represented in octal.
1074 /// @param Mode The access permissions of the file, represented in octal.
1096 /// @param Mode The access permissions of the file, represented in octal.
1116 /// @param Mode The access permissions of the file, represented in octal.