/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 235 fstat
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 243 fstat
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 262 fstat
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 245 fstat
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 242 fstat
|
/device/google/dragon/recovery/updater/ |
flash_file.cpp | 69 if (fstat(dev->fd, &dev->info)) {
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
aio-dio-extend-stat.c | 132 fstat(handle, &filestat);
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
sermsdos.py | 26 # dup, dup2, fstat, lseek, open, read, write, O_RDONLY,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/ |
layer1.py | 230 # the file size via fstat. 238 content_length = str(os.fstat(invoke_args.fileno()).st_size) 489 # the file size via fstat. 497 content_length = str(os.fstat(function_zip.fileno()).st_size)
|
/external/curl/docs/examples/ |
anyauthput.c | 131 fstat(hd, &file_info);
|
/external/e2fsprogs/util/ |
copy_sparse.c | 191 perror("fstat");
|
/external/f2fs-tools/tools/ |
fibmap.c | 65 if (fstat(fd, &bdev_stat) < 0)
|
/external/fio/engines/ |
e4defrag.c | 106 r = fstat(ed->donor_fd, &stub);
|
/external/flac/include/share/ |
compat.h | 178 #define flac_fstat fstat
|
/external/google-breakpad/src/common/solaris/ |
file_id.cc | 150 if (fstat(fd, &st) != 0 || st.st_size <= 0)
|
/external/iproute2/netem/ |
maketable.c | 27 fstat(fileno(fp), &info);
|
/external/libcap/libcap/ |
cap_file.c | 244 if (fstat(fildes, &buf) != 0) {
|
/external/libdrm/intel/ |
test_decode.c | 62 ret = fstat(fd, &st);
|
/external/libpcap/lbl/ |
os-sunos4.h | 77 int fstat(int, struct stat *);
|
/external/libselinux/src/ |
stringrep.c | 112 if (fstat(fd, &m) < 0) {
|
/external/ltrace/etc/ |
syscalls.conf | 92 int fstat(int,addr);
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
syscallent.h | 129 "fstat", /* 108 */
|
/external/ltrace/sysdeps/linux-gnu/m68k/ |
syscallent.h | 130 "fstat", /* 108 */
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
syscallent.h | 130 "fstat", /* 108 */
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
syscallent.h | 130 "fstat", /* 108 */
|