HomeSort by relevance Sort by last modified time
    Searched defs:pwrite (Results 1 - 25 of 65) sorted by null

1 2 3

  /bionic/libc/include/bits/fortify/
unistd.h 41 ssize_t __pwrite_real(int, const void*, size_t, off_t) __RENAME(pwrite); variable
117 ssize_t pwrite(int fd, const void* const __pass_object_size0 buf, size_t count, off_t offset)
119 __error_if_overflows_ssizet(count, pwrite)
120 __error_if_overflows_objectsize(count, __bos0(buf), pwrite) {
223 __errordecl(__pwrite_dest_size_error, "pwrite called with size bigger than destination");
224 __errordecl(__pwrite_count_toobig_error, "pwrite called with count > SSIZE_MAX");
307 ssize_t pwrite(int fd, const void* buf, size_t count, off_t offset) { function
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeDispatcher.java 42 * Returns {@code true} if pread/pwrite needs to be synchronized with
61 int pwrite(FileDescriptor fd, long address, int len, long position) method in class:NativeDispatcher
FileDispatcherImpl.java 76 int pwrite(FileDescriptor fd, long address, int len, long position) method in class:FileDispatcherImpl
  /bionic/libc/bionic/
legacy_32_bit_support.cpp 78 // There is no pwrite for 32-bit off_t, so we need to widen and call pwrite64.
79 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) { function
  /prebuilts/go/darwin-x86/src/os/
file_unix.go 248 // pwrite writes len(b) bytes to the File starting at byte offset off.
250 func (f *File) pwrite(b []byte, off int64) (n int, err error) { func
251 n, err = f.pfd.Pwrite(b, off)
file_windows.go 226 // pwrite writes len(b) bytes to the File starting at byte offset off.
228 func (f *File) pwrite(b []byte, off int64) (n int, err error) { func
229 n, err = f.pfd.Pwrite(b, off)
file_plan9.go 274 // pwrite writes len(b) bytes to the File starting at byte offset off.
278 func (f *File) pwrite(b []byte, off int64) (n int, err error) { func
282 return fixCount(syscall.Pwrite(f.fd, b, off))
  /prebuilts/go/linux-x86/src/os/
file_unix.go 248 // pwrite writes len(b) bytes to the File starting at byte offset off.
250 func (f *File) pwrite(b []byte, off int64) (n int, err error) { func
251 n, err = f.pfd.Pwrite(b, off)
file_windows.go 226 // pwrite writes len(b) bytes to the File starting at byte offset off.
228 func (f *File) pwrite(b []byte, off int64) (n int, err error) { func
229 n, err = f.pfd.Pwrite(b, off)
file_plan9.go 274 // pwrite writes len(b) bytes to the File starting at byte offset off.
278 func (f *File) pwrite(b []byte, off int64) (n int, err error) { func
282 return fixCount(syscall.Pwrite(f.fd, b, off))
  /hardware/qcom/display/msm8909/sdm/include/utils/
sys.h 62 typedef ssize_t (*pwrite)(int, const void *, size_t, off_t); typedef in class:sdm::Sys
77 static pwrite pwrite_;
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
sys.h 62 typedef ssize_t (*pwrite)(int, const void *, size_t, off_t); typedef in class:sdm::Sys
77 static pwrite pwrite_;
  /hardware/qcom/display/msm8996/sdm/include/utils/
sys.h 57 typedef ssize_t (*pwrite)(int, const void *, size_t, off_t); typedef in class:sdm::Sys
71 static pwrite pwrite_;
  /hardware/qcom/display/msm8998/sdm/include/utils/
sys.h 62 typedef ssize_t (*pwrite)(int, const void *, size_t, off_t); typedef in class:sdm::Sys
77 static pwrite pwrite_;
  /prebuilts/go/darwin-x86/src/syscall/
fd_nacl.go 39 pwrite([]byte, int64) (int, error)
188 func Pwrite(fd int, b []byte, offset int64) (int, error) {
193 return f.impl.pwrite(b, offset)
214 func (*defaultFileImpl) pwrite([]byte, int64) (int, error) { return 0, ENOSYS } func
272 func (f *naclFile) pwrite(b []byte, offset int64) (int, error) { func
  /prebuilts/go/linux-x86/src/syscall/
fd_nacl.go 39 pwrite([]byte, int64) (int, error)
188 func Pwrite(fd int, b []byte, offset int64) (int, error) {
193 return f.impl.pwrite(b, offset)
214 func (*defaultFileImpl) pwrite([]byte, int64) (int, error) { return 0, ENOSYS } func
272 func (f *naclFile) pwrite(b []byte, offset int64) (int, error) { func
  /external/llvm/include/llvm/Support/
raw_ostream.h 318 /// pwrite operation. This is useful for code that can mostly stream out data,
326 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 331 /// pwrite operation. This is useful for code that can mostly stream out data,
339 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 331 /// pwrite operation. This is useful for code that can mostly stream out data,
339 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 331 /// pwrite operation. This is useful for code that can mostly stream out data,
339 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 331 /// pwrite operation. This is useful for code that can mostly stream out data,
339 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 335 /// pwrite operation. This is useful for code that can mostly stream out data,
343 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 335 /// pwrite operation. This is useful for code that can mostly stream out data,
343 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 335 /// pwrite operation. This is useful for code that can mostly stream out data,
343 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 335 /// pwrite operation. This is useful for code that can mostly stream out data,
343 void pwrite(const char *Ptr, size_t Size, uint64_t Offset) { function in class:llvm::raw_pwrite_stream

Completed in 780 milliseconds

1 2 3