| /system/update_engine/payload_generator/ |
| payload_signer.cc | 496 TEST_AND_RETURN_FALSE(utils::WriteFile(signed_payload_path.c_str(),
|
| /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
| ShellParametersProtocol.c | 663 @return Status code from ShellInfoObject.NewEfiShellProtocol->WriteFile.
676 Status = ShellInfoObject.NewEfiShellProtocol->WriteFile (FileHandle, &Size,
[all...] |
| /external/emma/core/java12/com/vladium/emma/instr/ |
| InstrProcessorST.java | [all...] |
| /external/python/cpython3/Modules/ |
| _winapi.c | [all...] |
| /prebuilts/go/darwin-x86/doc/articles/wiki/ |
| index.html | 109 that is the return type of <code>WriteFile</code> (a standard library function 119 <code>WriteFile</code>, indicates that the file should be created with
|
| /prebuilts/go/linux-x86/doc/articles/wiki/ |
| index.html | 109 that is the return type of <code>WriteFile</code> (a standard library function 119 <code>WriteFile</code>, indicates that the file should be created with
|
| /external/abi-dumper/ |
| abi-dumper.pl | 493 sub writeFile($$) [all...] |
| /external/avb/test/ |
| avbtool_unittest.cc | 440 base::WriteFile(rootfs_path, [all...] |
| /frameworks/base/packages/Shell/src/com/android/shell/ |
| BugreportProgressService.java | [all...] |
| /prebuilts/go/darwin-x86/src/cmd/dist/ |
| build.go | 386 writefile(tag, path, 0) 949 writefile(readfile(src), dst, flag) 971 writefile(bdst.String(), dst, 0) [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/ |
| go_test.go | 619 tg.must(ioutil.WriteFile(filepath.Join(tg.tempdir, path), bytes, 0644)) 879 if err := ioutil.WriteFile(name, append(data, '\n'), 0666); err != nil { 884 if err := ioutil.WriteFile(name, old, 0666); err != nil { 987 if err := ioutil.WriteFile("mycmd"+exeSuffix, data, 0555); err != nil { [all...] |
| /prebuilts/go/linux-x86/src/cmd/dist/ |
| build.go | 386 writefile(tag, path, 0) 949 writefile(readfile(src), dst, flag) 971 writefile(bdst.String(), dst, 0) [all...] |
| /prebuilts/go/linux-x86/src/cmd/go/ |
| go_test.go | 619 tg.must(ioutil.WriteFile(filepath.Join(tg.tempdir, path), bytes, 0644)) 879 if err := ioutil.WriteFile(name, append(data, '\n'), 0666); err != nil { 884 if err := ioutil.WriteFile(name, old, 0666); err != nil { 987 if err := ioutil.WriteFile("mycmd"+exeSuffix, data, 0555); err != nil { [all...] |
| /prebuilts/go/darwin-x86/src/net/http/ |
| fs_test.go | 374 if err := ioutil.WriteFile(filepath.Join(tempDir, "foo.txt"), []byte("Hello world"), 0644); err != nil { 375 t.Fatalf("WriteFile: %v", err) [all...] |
| /prebuilts/go/darwin-x86/src/syscall/ |
| syscall_windows.go | 148 //sys WriteFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) 320 e := WriteFile(fd, p, &done, nil) [all...] |
| /prebuilts/go/linux-x86/src/net/http/ |
| fs_test.go | 374 if err := ioutil.WriteFile(filepath.Join(tempDir, "foo.txt"), []byte("Hello world"), 0644); err != nil { 375 t.Fatalf("WriteFile: %v", err) [all...] |
| /prebuilts/go/linux-x86/src/syscall/ |
| syscall_windows.go | 148 //sys WriteFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) 320 e := WriteFile(fd, p, &done, nil) [all...] |
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
| FlashUpdate.c | 775 Status = FwVolProtocol->WriteFile (
[all...] |
| /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
| Mtftp6Impl.c | 497 The WriteFile() function is used to initialize an uploading operation
|
| Mtftp6Impl.h | 352 The WriteFile() function is used to initialize an uploading operation
|
| /device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
| SecMain.c | 140 WriteFile (
[all...] |
| /external/boringssl/src/util/ |
| doc.go | 703 return ioutil.WriteFile(filepath.Join(outPath, filepath.Base(inFilePath)), bytes, 0666)
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_win.cc | 614 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) {
|
| /external/deqp/scripts/ |
| make_release.py | 149 writeFile(self.dstFile, src)
|
| /external/fio/os/windows/ |
| posix.c | 421 WriteFile(log_file, output, len, &bytes_written, NULL);
|