Home | History | Annotate | Download | only in Arm

Lines Matching defs:Read

161   @param[in]   OpenMode    The mode to open the file : Read or Read/Write or

162 Read/Write/Create
229 // interface. We first try to open the file in the read or update
247 // mode allows for both read and write from and to the file.
323 UINTN Read;
345 Read = 0;
349 Return = SemihostFileRead (FileHandle, &ToRead, Buffer + Read);
354 Read += ToRead;
485 Read data from an open file.
488 is the file handle to read data from.
492 @param[out] Buffer The buffer into which the data is read.
494 @retval EFI_SUCCESS The data was read.
498 read operation.
598 @retval EFI_ACCESS_DENIED Attempt to write into a read only file or
599 in a file opened in read only mode.
623 // We cannot write a read-only file
934 @retval EFI_ACCESS_DENIED The file is a read-only file or has been
935 opened in read-only mode and an attempt is
939 read-only attribute.
985 // For a read-only file or a file opened in read-only mode, only
987 // read-only (i.e. VolumeOpen()), this protects the root directory
1013 // The read/write position from the host file system point of view
1087 the file is a read-only file or has been
1088 opened in read-only mode and an attempt is
1094 read-only attribute.