HomeSort by relevance Sort by last modified time
    Searched refs:pwrite (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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
  /system/extras/ioshark/
ioshark_bench_mmap.c 132 ret = pwrite(files_db_get_fd(db_node),
138 "%s: mapped pwrite failed, file unwriteable ? open_flags=%x\n",
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_unix.go 277 // Pwrite wraps the pwrite system call.
278 func (fd *FD) Pwrite(p []byte, off int64) (int, error) {
279 // Call incref, not writeLock, because since pwrite specifies the
281 // Similarly, using the poller doesn't make sense for pwrite.
292 n, err := syscall.Pwrite(fd.Sysfd, p[nn:max], off+int64(nn))
  /prebuilts/go/linux-x86/src/internal/poll/
fd_unix.go 277 // Pwrite wraps the pwrite system call.
278 func (fd *FD) Pwrite(p []byte, off int64) (int, error) {
279 // Call incref, not writeLock, because since pwrite specifies the
281 // Similarly, using the poller doesn't make sense for pwrite.
292 n, err := syscall.Pwrite(fd.Sysfd, p[nn:max], off+int64(nn))
  /external/linux-kselftest/tools/testing/selftests/memfd/
memfd_test.c 522 l = pwrite(fd, buf, mfd_def_size * 8, 0);
524 printf("pwrite() failed: %m\n");
542 l = pwrite(fd, buf, mfd_def_size * 8, 0);
544 printf("pwrite() didn't fail as expected\n");
  /external/strace/
sys_func.h 187 extern SYS_FUNC(pwrite);
  /libcore/luni/src/main/java/libcore/io/
Linux.java 151 public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { method in class:Linux
164 public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { method in class:Linux
  /external/e2fsprogs/misc/
e2fuzz.c 290 if (pwrite(fd, &c, sizeof(c), off) != sizeof(c)) {
  /external/strace/linux/bfin/
syscallent.h 211 [181] = { 5, TD, SEN(pwrite), "pwrite" },
381 [352] = { 5, TD, SEN(pwrite), "pwrite64" },
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOUtil.java 89 written = nd.pwrite(fd,
  /libcore/ojluni/src/main/native/
FileDispatcherImpl.c 56 #define pwrite64 pwrite
  /prebuilts/go/darwin-x86/src/os/
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)
  /prebuilts/go/darwin-x86/src/runtime/
sys_plan9_386.s 25 TEXT runtime·pwrite(SB),NOSPLIT,$0
sys_plan9_amd64.s 25 TEXT runtime·pwrite(SB),NOSPLIT,$0
sys_plan9_arm.s 68 //func pwrite(fd int32, buf unsafe.Pointer, nbytes int32, offset int64) int32
69 TEXT runtime·pwrite(SB),NOSPLIT,$0-24
  /prebuilts/go/linux-x86/src/os/
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)
  /prebuilts/go/linux-x86/src/runtime/
sys_plan9_386.s 25 TEXT runtime·pwrite(SB),NOSPLIT,$0
sys_plan9_amd64.s 25 TEXT runtime·pwrite(SB),NOSPLIT,$0
sys_plan9_arm.s 68 //func pwrite(fd int32, buf unsafe.Pointer, nbytes int32, offset int64) int32
69 TEXT runtime·pwrite(SB),NOSPLIT,$0-24
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 431 // Pwrite
433 Os.pwrite(appleFd.getFileDescriptor(), bytes, 0, 100, 500);
438 Os.pwrite(orangeFd.getFileDescriptor(), bytes, 0, 100, 500);
442 Os.pwrite(cherryFd.getFileDescriptor(), bytes, 0, 100, 500);
    [all...]

Completed in 649 milliseconds

1 2 34 5 6 7 8