Lines Matching full:opened
752 /// The file should be opened in text mode on platforms like z/OS that make
760 /// The file should be opened in text mode and use a carriage linefeed '\r\n'.
765 /// The file should be opened in append mode.
811 /// This is an atomic operation. Either the file is created and opened, or the
819 /// @param ResultFD Set to the opened file's file descriptor.
820 /// @param ResultPath Set to the opened file's absolute path.
821 /// @param Flags Set to the opened file's flags.
822 /// @param Mode Set to the opened file's permissions.
949 /// @param ResultFD If the file could be opened successfully, its descriptor
956 /// @returns errc::success if \a Name has been opened, otherwise a
974 /// @returns errc::success if \a Name has been opened, otherwise a
1050 /// @param ResultFD If the file could be opened successfully, its descriptor
1053 /// opened in, for example, read-write or in write-only mode.
1055 /// @returns errc::success if \a Name has been opened, otherwise a
1073 /// opened in, for example, read-write or in write-only mode.
1075 /// @returns a platform-specific file descriptor if \a Name has been opened,
1092 /// @param ResultFD If the file could be opened successfully, its descriptor
1095 /// opened in, for example, read-write or in write-only mode.
1097 /// @returns errc::success if \a Name has been opened, otherwise a
1115 /// opened in, for example, read-write or in write-only mode.
1117 /// @returns a platform-specific file descriptor if \a Name has been opened,
1133 /// @param ResultFD If the file could be opened successfully, its descriptor
1136 /// of the opened file, and that path is stored in this
1138 /// @returns errc::success if \a Name has been opened, otherwise a
1152 /// of the opened file, and that path is stored in this
1154 /// @returns a platform-specific file descriptor if \a Name has been opened,