HomeSort by relevance Sort by last modified time
    Searched refs:ReadFile (Results 226 - 250 of 558) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start32.S 114 call ReadFile
129 call ReadFile
143 # ReadFile
153 ReadFile:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 145 from BS pool by ReadFile
183 Status = FirmwareVolume2->ReadFile (
214 from BS pool by ReadFile
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 282 EFI_MTFTP4_READ_FILE ReadFile;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 169 Status = Fv->ReadFile (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 185 Status = Fv2->ReadFile (
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Mtftp4.h 190 EFI_MTFTP4_PROTOCOL.ReadFile() function, and alternatively to intercept
192 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
196 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile()
219 EFI_MTFTP4_PROTOCOL.ReadFile() or
520 EFI_MTFTP4_READ_FILE ReadFile;
Mtftp6.h 315 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
323 @param[in] Token The token that the caller provided in the EFI_MTFTP6_PROTOCOl.ReadFile(),
343 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
351 @param[in] Token The token that is provided in the EFI_MTFTP6_PROTOCOL.ReadFile() or
631 The ReadFile() function is used to initialize and start an MTFTPv6 download process and
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleWrappers.c 119 return (ShellInfoObject.NewEfiShellProtocol->ReadFile(
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EfiDecompress.c 127 Status = gEfiShellProtocol->ReadFile (InFileHandle, &InSize, InBuffer);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/
BiosIdLib.c 102 Status = Fv->ReadFile (
  /external/chromium-trace/catapult/devil/devil/android/
app_ui.py 203 self._device.ReadFile(dtemp.name, force_pull=True))
battery_utils.py 237 return int(self._device.ReadFile(
267 send_data = int(self._device.ReadFile(network_data_path + 'tcp_snd'))
268 # If ReadFile throws exception, it means no network data usage file for
274 recv_data = int(self._device.ReadFile(network_data_path + 'tcp_rcv'))
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 38 device.ReadFile = mock.Mock(side_effect=read_file)
  /external/chromium-trace/catapult/devil/devil/android/tools/
device_monitor_test.py 40 self.device.ReadFile = mock.MagicMock(
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 199 if (!ReadFile(pipe,
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 111 return ReadFile("/proc/sys/kernel/core_pattern", buffer, &buffer_size) &&
  /external/google-breakpad/src/testing/scripts/generator/cpp/
tokenize.py 277 source = utils.ReadFile(filename)
  /external/googletest/googlemock/scripts/generator/cpp/
tokenize.py 277 source = utils.ReadFile(filename)
  /external/gptfdisk/
diskio-windows.cc 243 ReadFile(fd, tempSpace, numBlocks * blockSize, &retval, NULL);
  /external/libchrome/base/files/
file_util.h 328 BASE_EXPORT int ReadFile(const FilePath& filename, char* data, int max_size);
  /external/libmojo/mojo/edk/system/
channel_win.cc 237 Release(); // Balancing reference taken after ReadFile / WriteFile.
287 BOOL ok = ReadFile(handle_.get().handle,
  /external/libmojo/third_party/catapult/devil/devil/android/
app_ui.py 203 self._device.ReadFile(dtemp.name, force_pull=True))
battery_utils.py 193 return int(self._device.ReadFile(
223 send_data = int(self._device.ReadFile(network_data_path + 'tcp_snd'))
224 # If ReadFile throws exception, it means no network data usage file for
230 recv_data = int(self._device.ReadFile(network_data_path + 'tcp_rcv'))
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs_test.py 37 device.ReadFile = mock.Mock(side_effect=read_file)
  /external/lzma/C/
7zFile.c 17 ReadFile and WriteFile functions in Windows have BUG:
112 BOOL res = ReadFile(p->handle, data, curSize, &processed, NULL);

Completed in 1549 milliseconds

1 2 3 4 5 6 7 8 91011>>