| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| imaplib.py | [all...] |
| /device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
| st16_64.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.S | 114 call ReadFile
129 call ReadFile
155 # ReadFile
165 ReadFile:
[all...] |
| st32_64.asm | 110 call ReadFile
125 call ReadFile
152 ; ReadFile
162 ReadFile:
[all...] |
| start.S | 98 call ReadFile
113 call ReadFile
127 # ReadFile
137 ReadFile:
[all...] |
| start16.S | 99 call ReadFile
114 call ReadFile
128 # ReadFile
138 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...] |
| start64.asm | 95 call ReadFile
110 call ReadFile
136 ; ReadFile
146 ReadFile:
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/ |
| WinNtThunk.h | 1193 WinNtReadFile ReadFile;
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
| PlatDriOverrideLib.c | 270 // Set FV ReadFile Buffer as NULL, only need to check whether input Fv file exist there
272 Status = Fv->ReadFile (
305 Status = Fv->ReadFile (
338 Status = Fv->ReadFile (
[all...] |
| /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/ |
| WinNtThunk.h | 1208 WinNtReadFile ReadFile;
|
| /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
| ConsoleWrappers.c | 119 return (ShellInfoObject.NewEfiShellProtocol->ReadFile(
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
| LoadPciRom.c | 153 Status = gEfiShellProtocol->ReadFile(Node->Handle, &SourceSize, File1Buffer);
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| app_ui.py | 203 self._device.ReadFile(dtemp.name, force_pull=True))
|
| flag_changer.py | 89 command_line = self._device.ReadFile(self._cmdline_path).strip()
|
| /external/deqp/framework/delibs/deutil/ |
| deFile.c | 374 result = ReadFile(file->handle, buf, bufSize32, &numRead32, DE_NULL);
|
| /external/fio/engines/ |
| windowsaio.c | 332 success = ReadFile(io_u->file->hFile, io_u->xfer_buf, io_u->xfer_buflen, NULL, lpOvl);
|
| /external/google-breakpad/src/client/windows/crash_generation/ |
| crash_generation_client.cc | 89 return ReadFile(pipe, out_buffer, out_size, bytes_count, NULL) != FALSE;
|
| /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/icu/icu4c/source/tools/toolutil/ |
| package.cpp | 306 readFile(const char *path, const char *name, int32_t &length, char &type) { 460 inData=readFile(NULL, filename, inLength, type); [all...] |