HomeSort by relevance Sort by last modified time
    Searched refs:ftruncate64 (Results 1 - 25 of 42) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
ftruncate64.S 5 ENTRY(ftruncate64) function
16 END(ftruncate64)
  /bionic/libc/arch-mips/syscalls/
ftruncate64.S 5 ENTRY(ftruncate64) function
19 END(ftruncate64)
  /bionic/libc/bionic/
ftruncate.cpp 27 // ftruncate64 does check for this, so just forward the call.
29 return ftruncate64(filedes, length);
  /bionic/libc/arch-arm64/syscalls/
ftruncate.S 16 ALIAS_SYMBOL(ftruncate64, ftruncate)
  /bionic/libc/arch-x86_64/syscalls/
ftruncate.S 17 ALIAS_SYMBOL(ftruncate64, ftruncate)
  /bionic/libc/arch-x86/syscalls/
ftruncate64.S 5 ENTRY(ftruncate64) function
39 END(ftruncate64)
  /external/strace/
truncate.c 27 SYS_FUNC(ftruncate64)
sys_func.h 63 extern SYS_FUNC(ftruncate64);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 61 int ftruncate64(int, off64_t);
72 int ftruncate64(int, _off64_t);
87 #define ftruncate ftruncate64
  /bionic/libc/arch-mips64/syscalls/
ftruncate.S 27 ALIAS_SYMBOL(ftruncate64, ftruncate)
  /system/core/libutils/include/utils/
Compat.h 40 static inline int ftruncate64(int fd, off64_t length) { function
  /system/extras/ext4_utils/include/ext4_utils/
ext4_utils.h 43 #define ftruncate64 ftruncate macro
  /bionic/libc/include/
unistd.h 176 int ftruncate(int __fd, off_t __length) __RENAME(ftruncate64) __INTRODUCED_IN(12);
189 int ftruncate64(int __fd, off64_t __length) __INTRODUCED_IN(12);
  /libcore/ojluni/src/main/native/
FileDispatcherImpl.c 57 #define ftruncate64 ftruncate macro
165 ftruncate64(fdval(env, fdo), size),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h     [all...]
  /system/core/libsparse/
output_file.c 41 #define ftruncate64 ftruncate macro
46 #define ftruncate64 ftruncate macro
144 ret = ftruncate64(outn->fd, len);
  /art/compiler/utils/
swap_space.cc 165 int result = TEMP_FAILURE_RETRY(ftruncate64(fd_, size_ + next_part));
  /art/libartbase/base/unix_file/
fd_file.cc 210 int rc = TEMP_FAILURE_RETRY(ftruncate64(fd_, new_length));
  /external/e2fsprogs/resize/
main.c 636 retval = ftruncate64(fd, new_file_size);
  /external/strace/linux/32/
syscallent.h 50 [ 46] = { 3, TD, SEN(ftruncate64), "ftruncate64" },
  /external/strace/linux/avr32/
syscallent.h 196 [167] = { 3, TD, SEN(ftruncate64), "ftruncate64" },
  /external/strace/linux/hppa/
syscallent.h 206 [200] = { 3, TD, SEN(ftruncate64), "ftruncate64" },
  /external/strace/linux/xtensa/
syscallent.h 25 [ 29] = { 4, TD, SEN(ftruncate64), "ftruncate64" },
  /external/strace/linux/arm/
syscallent.h 224 [194] = { 4, TD, SEN(ftruncate64), "ftruncate64" },
  /external/strace/linux/i386/
syscallent.h 224 [194] = { 3, TD, SEN(ftruncate64), "ftruncate64" },

Completed in 612 milliseconds

1 2