HomeSort by relevance Sort by last modified time
    Searched refs:off_t (Results 576 - 600 of 1341) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 54 ssize_t __pread64 (int, void *, size_t, off_t, off_t);
55 ssize_t __pwrite64 (int, void *, size_t, off_t, off_t);
60 off_t lseek (int, off_t, int);
83 int ftruncate (int, off_t);
90 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
118 int truncate (const char*, off_t);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 55 ssize_t __pread64 (int, void *, size_t, off_t, off_t);
56 ssize_t __pwrite64 (int, void *, size_t, off_t, off_t);
61 off_t lseek (int, off_t, int);
85 int ftruncate (int, off_t);
93 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
121 int truncate (const char*, off_t);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 55 ssize_t __pread64 (int, void *, size_t, off_t, off_t);
56 ssize_t __pwrite64 (int, void *, size_t, off_t, off_t);
61 off_t lseek (int, off_t, int);
85 int ftruncate (int, off_t);
93 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
121 int truncate (const char*, off_t);
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook.h 137 off_t offset);
161 off_t offset,
180 off_t offset);
270 int fd, off_t offset);
324 off_t offset);
331 off_t offset);
337 off_t offset,
malloc_hook_c.h 87 off_t offset);
99 off_t offset);
110 off_t offset,
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook.h 137 off_t offset);
161 off_t offset,
180 off_t offset);
270 int fd, off_t offset);
324 off_t offset);
331 off_t offset);
337 off_t offset,
malloc_hook_c.h 87 off_t offset);
99 off_t offset);
110 off_t offset,
  /external/zlib/src/examples/
zran.c 68 off_t out; /* corresponding offset in uncompressed data */
69 off_t in; /* offset in input file of first full byte */
93 off_t in, off_t out, unsigned left, unsigned char *window)
144 local int build_index(FILE *in, off_t span, struct access **built)
147 off_t totin, totout; /* our own total counters to avoid 4GB limit */
148 off_t last; /* totout value of last access point */
249 local int extract(FILE *in, struct access *index, off_t offset,
357 off_t offset;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.h 56 virtual Error GetSize(off_t* out_size);
78 virtual Error FTruncate(off_t length);
114 off_t off);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs_node.cc 74 off_t new_size = attr.offs + count;
89 Error MemFsNode::FTruncate(off_t new_size) {
94 Error MemFsNode::Resize(off_t new_length) {
  /external/lldb/include/lldb/Host/
FileSpec.h 497 MemoryMapFileContents (off_t offset = 0, size_t length = SIZE_MAX) const;
527 ReadFileContents (off_t offset = 0, size_t length = SIZE_MAX, Error *error_ptr = NULL) const;
530 ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const;
  /external/lldb/source/Host/common/
File.cpp 321 off_t
322 File::SeekFromStart (off_t offset, Error *error_ptr)
324 off_t result = 0;
356 off_t
357 File::SeekFromCurrent (off_t offset, Error *error_ptr)
359 off_t result = -1;
391 off_t
392 File::SeekFromEnd (off_t offset, Error *error_ptr)
394 off_t result = -1;
560 File::Read (void *buf, size_t &num_bytes, off_t &offset
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 55 int (*op_ftruncate)(int, off_t);
57 off_t (*op_lseek)(int, off_t, int);
  /bionic/libc/bionic/
mmap.cpp 62 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) {
  /bionic/libc/include/
regex.h 46 typedef off_t regoff_t;
  /dalvik/libdex/
SysUtil.h 70 int sysMapFileSegmentInShmem(int fd, off_t start, size_t length,
  /development/ndk/platforms/android-8/include/
regex.h 46 typedef off_t regoff_t;
  /development/ndk/platforms/android-L/include/
regex.h 46 typedef off_t regoff_t;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
real_node.h 31 virtual Error FTruncate(off_t size);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook_mmap_freebsd.h 60 int fd, off_t offset) __THROW
70 int fd, off_t offset) __THROW {
117 int fd, off_t offset) __THROW {
147 int flags, int fd, off_t offset) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook_mmap_freebsd.h 60 int fd, off_t offset) __THROW
70 int fd, off_t offset) __THROW {
117 int fd, off_t offset) __THROW {
147 int flags, int fd, off_t offset) {
  /external/clang/include/clang/Basic/
FileManager.h 63 off_t Size; // File size in bytes.
98 off_t getSize() const { return Size; }
238 const FileEntry *getVirtualFile(StringRef Filename, off_t Size,
274 static void modifyFileEntry(FileEntry *File, off_t Size,
  /external/e2fsprogs/include/nonunix/
unistd.h 24 #define off_t _off_t macro
  /external/elfutils/0.153/libelf/
elf_update.c 63 static off_t
64 write_file (Elf *elf, off_t size, int change_bo, size_t shnum)
151 off_t
157 off_t size;
  /external/fio/os/
os-netbsd.h 36 typedef off_t off64_t;

Completed in 5951 milliseconds

<<21222324252627282930>>