HomeSort by relevance Sort by last modified time
    Searched defs:WriteFile (Results 26 - 43 of 43) sorted by null

12

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolume2.h 457 WriteFile() is used to write one or more files to a firmware
473 WriteFile() is callable only from TPL_NOTIFY and below.
474 Behavior of WriteFile() at any EFI_TPL above TPL_NOTIFY is
    [all...]
Mtftp4.h 192 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
196 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile()
220 EFI_MTFTP4_PROTOCOL.WriteFile() or
237 EFI_MTFTP4_PROTOCOL.WriteFile() function.
241 EFI_MTFTP4_PROTOCOL.WriteFile() by the caller.
521 EFI_MTFTP4_WRITE_FILE WriteFile;
Mtftp6.h 313 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
322 WriteFile() or ReadDirectory() function.
341 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
350 EFI_MTFTP6_PROTOCOL.WriteFile() or EFI_MTFTP6_PROTOCOL.ReadDirectory()
366 EFI_MTFTP6_PROTOCOL.WriteFile() function.
371 EFI_MTFTP6_PROTOCOL.WriteFile() function. Setting *Length to zero signals the end of the session.
375 @param[in] Token The token provided in the EFI_MTFTP6_PROTOCOL.WriteFile() by the caller.
458 /// Only used in WriteFile() operation.
671 The WriteFile() function is used to initialize an uploading operation with the given option list
    [all...]
  /external/v8/tools/mb/
mb.py 733 self.WriteFile(mb_type_path, new_mb_type)
745 self.WriteFile(gn_args_path, gn_args, force_verbose=True)
777 self.WriteFile(gn_runtime_deps_path, '\n'.join(gn_labels) + '\n')
877 self.WriteFile(isolate_path,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 283 EFI_MTFTP4_WRITE_FILE WriteFile;
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShell.h     [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 91 WriteFile = _stdcall_libraries['kernel32'].WriteFile
92 WriteFile.restype = BOOL
93 WriteFile.argtypes = [HANDLE, LPCVOID, DWORD, LPDWORD, LPOVERLAPPED]
310 'PVOID', '_OVERLAPPED', 'WriteFile', 'GetCommTimeouts',
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 742 RestoreHelperBase::WriteFile(const String8& filename, BackupDataReader* in)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 214 if (!WriteFile(&dirent.location, "/proc/cpuinfo"))
224 if (!WriteFile(&dirent.location, "/etc/lsb-release"))
    [all...]
  /external/libchrome/base/files/
file_util_posix.cc 710 int WriteFile(const FilePath& filename, const char* data, int size) {
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py     [all...]
  /system/update_engine/common/
utils.cc 191 bool WriteFile(const char* path, const void* data, size_t data_len) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1196 WinNtWriteFile WriteFile;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1211 WinNtWriteFile WriteFile;
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go 59 procWriteFile = modkernel32.NewProc("WriteFile")
322 func WriteFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go 59 procWriteFile = modkernel32.NewProc("WriteFile")
322 func WriteFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 1457 milliseconds

12