| /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
| 7zFile.c | 17 ReadFile and WriteFile functions in Windows have BUG:
147 BOOL res = WriteFile(p->handle, data, curSize, &processed, NULL);
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/ |
| FvOnFv2Thunk.c | 311 Status = FirmwareVolume2->WriteFile (
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/ |
| Mtftp4.h | 283 EFI_MTFTP4_WRITE_FILE WriteFile;
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| 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 | 315 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
324 WriteFile() or ReadDirectory() function.
343 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
352 EFI_MTFTP6_PROTOCOL.WriteFile() or EFI_MTFTP6_PROTOCOL.ReadDirectory()
368 EFI_MTFTP6_PROTOCOL.WriteFile() function.
373 EFI_MTFTP6_PROTOCOL.WriteFile() function. Setting *Length to zero signals the end of the session.
377 @param[in] Token The token provided in the EFI_MTFTP6_PROTOCOL.WriteFile() by the caller.
460 /// Only used in WriteFile() operation.
673 The WriteFile() function is used to initialize an uploading operation with the given option list
[all...] |
| /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
| ConsoleWrappers.c | 417 return (ShellInfoObject.NewEfiShellProtocol->WriteFile(
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
| EfiDecompress.c | 160 Status = gEfiShellProtocol->WriteFile (OutFileHandle, &OutSizeTemp, OutBuffer);
|
| /external/chromium-trace/catapult/devil/devil/android/perf/ |
| perf_control.py | 176 self._device.WriteFile('/sys/class/kgsl/kgsl-3d0/max_gpuclk',
|
| /external/gptfdisk/ |
| diskio-windows.cc | 292 WriteFile(fd, tempSpace, numBlocks * blockSize, &numWritten, NULL);
|
| /external/libbrillo/brillo/ |
| key_value_store_unittest.cc | 47 ASSERT_EQ(blob.size(), base::WriteFile(temp_file_, blob.data(), blob.size()));
|
| /external/libchrome/base/files/ |
| file_util.h | 332 BASE_EXPORT int WriteFile(const FilePath& filename, const char* data,
|
| /external/libevent/test/ |
| regress_main.c | 166 WriteFile(h, data, (DWORD)datalen, &written, NULL);
|
| /external/libmojo/mojo/edk/system/ |
| channel_win.cc | 237 Release(); // Balancing reference taken after ReadFile / WriteFile. 304 BOOL ok = WriteFile(handle_.get().handle,
|
| /external/lzma/C/ |
| 7zFile.c | 17 ReadFile and WriteFile functions in Windows have BUG:
147 BOOL res = WriteFile(p->handle, data, curSize, &processed, NULL);
|
| /external/perf_data_converter/src/quipper/ |
| perf_reader.h | 54 bool WriteFile(const string& filename); 194 // write the entire perf data file (WriteFile, WriteToPointer, etc).
|
| /external/tensorflow/tensorflow/contrib/ffmpeg/ |
| decode_audio_op.cc | 50 OP_REQUIRES_OK(context, WriteFile(temp_filename, file_contents));
|
| /external/vboot_reference/host/lib/ |
| host_key.c | 259 rv = WriteFile(filename, kcopy, kcopy->key_offset + kcopy->key_size);
|
| /prebuilts/go/darwin-x86/src/cmd/gofmt/ |
| gofmt_test.go | 105 if err := ioutil.WriteFile(out, got, 0666); err != nil { 119 if err := ioutil.WriteFile(in+".gofmt", got, 0666); err != nil {
|
| /prebuilts/go/linux-x86/src/cmd/gofmt/ |
| gofmt_test.go | 105 if err := ioutil.WriteFile(out, got, 0666); err != nil { 119 if err := ioutil.WriteFile(in+".gofmt", got, 0666); err != nil {
|
| /system/core/init/ |
| builtins.cpp | 131 if (auto result = WriteFile("/proc/sys/kernel/domainname", args[1]); !result) { 195 if (auto result = WriteFile("/proc/sys/kernel/hostname", args[1]); !result) { 725 if (auto result = WriteFile(args[1], args[2]); !result) { 819 if (auto result = WriteFile(args[2], *file_contents); !result) { [all...] |
| /system/update_engine/common/ |
| prefs.cc | 136 TEST_AND_RETURN_FALSE(base::WriteFile(filename, value.data(), value.size()) ==
|
| /system/update_engine/ |
| hardware_chromeos.cc | 197 bool result = utils::WriteFile(
|
| /system/update_engine/payload_consumer/ |
| cached_file_descriptor_unittest.cc | 64 EXPECT_TRUE(utils::WriteFile(
|
| extent_reader_unittest.cc | 56 ASSERT_TRUE(utils::WriteFile(
|
| /build/soong/finder/fs/ |
| fs.go | 44 fs.WriteFile(path, bytes, 0777) 62 WriteFile(path string, data []byte, perm os.FileMode) (err error) 118 func (osFs) WriteFile(path string, data []byte, perm os.FileMode) error { 119 return ioutil.WriteFile(path, data, perm) 671 func (m *MockFs) WriteFile(filePath string, data []byte, perm os.FileMode) error {
|