HomeSort by relevance Sort by last modified time
    Searched defs:ReadFile (Results 51 - 75 of 87) sorted by null

1 23 4

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.S 99 call ReadFile
114 call ReadFile
140 # ReadFile
150 ReadFile:
    [all...]
st32_64.S 114 call ReadFile
129 call ReadFile
155 # ReadFile
165 ReadFile:
    [all...]
start32.S 114 call ReadFile
129 call ReadFile
143 # ReadFile
153 ReadFile:
    [all...]
start64.S 99 call ReadFile
114 call ReadFile
140 # ReadFile
150 ReadFile:
    [all...]
st16_64.asm 95 call ReadFile
110 call ReadFile
136 ; ReadFile
146 ReadFile:
    [all...]
st32_64.asm 110 call ReadFile
125 call ReadFile
152 ; ReadFile
162 ReadFile:
    [all...]
start.asm 95 call ReadFile
110 call ReadFile
124 ; ReadFile
134 ReadFile:
    [all...]
start16.asm 95 call ReadFile
110 call ReadFile
124 ; ReadFile
134 ReadFile:
    [all...]
start32.asm 110 call ReadFile
125 call ReadFile
139 ; ReadFile
149 ReadFile:
    [all...]
start64.asm 95 call ReadFile
110 call ReadFile
136 ; ReadFile
146 ReadFile:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/
FirmwareVolume2.h 183 EFI_FV_READ_FILE ReadFile;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolume2.h 217 ReadFile() is used to retrieve any file from a firmware volume
237 ReadFile(). If the input value of *Buffer!=NULL, it indicates
247 output buffer is to be allocated by ReadFile(). In this case,
248 ReadFile() will allocate an appropriately sized buffer from
252 ReadFile() is callable only from TPL_NOTIFY and below.
253 Behavior of ReadFile() at any EFI_TPL above TPL_NOTIFY is
582 ReadFile().
    [all...]
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...]
Shell.h     [all...]
  /external/v8/tools/mb/
mb.py 234 contents = self.ReadFile(path)
528 mb_type = self.ReadFile(mb_type_path).strip()
542 args_contents = self.ReadFile(gn_args_path)
593 contents = json.loads(self.ReadFile(path))
615 contents = ast.literal_eval(self.ReadFile(self.args.config_file))
713 old_mb_type = self.ReadFile(mb_type_path)
757 contents = self.ReadFile(path)
759 gn_isolate_map = ast.literal_eval(self.ReadFile(self.PathJoin(
833 runtime_deps = self.ReadFile(runtime_deps_path).splitlines()
841 gn_isolate_map = ast.literal_eval(self.ReadFile(self.PathJoin
    [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 262 std::string ReadFile(const std::string& filename) {
428 std::string input = ReadFile(input_filename);
441 std::string input = ReadFile(input_filename);
  /build/make/tools/releasetools/
common.py     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 282 EFI_MTFTP4_READ_FILE ReadFile;
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 97 ReadFile = _stdcall_libraries['kernel32'].ReadFile
98 ReadFile.restype = BOOL
99 ReadFile.argtypes = [HANDLE, LPVOID, DWORD, LPDWORD, LPOVERLAPPED]
309 'EV_BREAK', 'EVENPARITY', 'LPCVOID', 'COMSTAT', 'ReadFile',
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 754 void ReadFile(MachOFile *file,
798 ReadFile(&file, false, CPU_TYPE_ANY, kCPUSubType);
817 ReadFile(&file, false, kCPUType, kCPUSubType);
827 ReadFile(&file, false, CPU_TYPE_ANY, 0);
843 ReadFile(&file, false, CPU_TYPE_ANY, kCPUSubType);
864 ReadFile(&file, false, CPU_TYPE_POWERPC, CPU_SUBTYPE_POWERPC_ALL);
881 ReadFile(&file, true, CPU_TYPE_ANY, kCPUSubType);
904 ReadFile(&file, true, CPU_TYPE_ANY, kCPUSubType);
    [all...]
  /external/v8/samples/
process.cc 622 MaybeLocal<String> ReadFile(Isolate* isolate, const string& name) {
698 if (!ReadFile(isolate, file).ToLocal(&source)) {
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 176 PDX_REMOTE_METHOD(ReadFile, kOpReadFile,
306 int ReadFile(void* buffer, std::size_t size, const std::string& path,
311 Status<void> status = InvokeRemoteMethodInPlace<TestInterface::ReadFile>(
412 case TestInterface::ReadFile::Opcode:
413 DispatchRemoteMethod<TestInterface::ReadFile>(
762 client->ReadFile(buffer.data(), buffer.size(), "/dev/zero", O_RDONLY);
  /bootable/recovery/applypatch/
imgdiff.cpp 621 bool Image::ReadFile(const std::string& filename, std::vector<uint8_t>* file_content) {
647 if (!ReadFile(filename, &file_content_)) {
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]

Completed in 671 milliseconds

1 23 4