| /system/utest/fs/ |
| A D | test-fcntl.cpp | 32 ASSERT_EQ(fstat(fd, &sb), 0); in TestFcntlAppend() 53 ASSERT_EQ(fstat(fd, &sb), 0); in TestFcntlAppend() 74 ASSERT_EQ(fstat(fd, &sb), 0); in TestFcntlAccessBits() 92 ASSERT_EQ(fstat(fd, &sb), 0); in TestFcntlAccessBits()
|
| A D | test-lseek.cpp | 105 ASSERT_EQ(fstat(fd.get(), &st), 0); in TestLseekZeroFill() 113 ASSERT_EQ(fstat(fd.get(), &st), 0); in TestLseekZeroFill() 124 ASSERT_EQ(fstat(fd.get(), &st), 0); in TestLseekZeroFill() 130 ASSERT_EQ(fstat(fd.get(), &st), 0); in TestLseekZeroFill() 152 ASSERT_EQ(fstat(fd.get(), &st), 0); in TestLseekZeroFill()
|
| A D | test-attr.c | 45 ASSERT_EQ(fstat(fd1, &statb1), 0, ""); in test_attr() 70 ASSERT_EQ(fstat(fd, &buf), 0, ""); in test_blksize() 77 ASSERT_EQ(fstat(fd, &buf), 0, ""); in test_blksize()
|
| A D | test-maxfile.cpp | 98 ASSERT_EQ(fstat(fd, &buf), 0, "Couldn't stat max file"); in test_maxfile() 108 ASSERT_EQ(fstat(fd, &buf), 0, "Couldn't stat max file"); in test_maxfile() 191 ASSERT_EQ(fstat(fda, &buf), 0, "Couldn't stat max file"); in TestZippedMaxfiles() 193 ASSERT_EQ(fstat(fdb, &buf), 0, "Couldn't stat max file"); in TestZippedMaxfiles()
|
| A D | test-append.cpp | 99 ASSERT_EQ(fstat(fd.get(), &st), 0); in TestAppendOnClone() 105 ASSERT_EQ(fstat(fd.get(), &st), 0); in TestAppendOnClone() 197 ASSERT_EQ(fstat(fd, &st), 0); in TestAppendAtomic()
|
| A D | test-access.cpp | 168 ASSERT_EQ(fstat(fd, &st), 0); in TestAccessOpath() 176 ASSERT_EQ(fstat(fd, &st), 0); in TestAccessOpath()
|
| A D | test-minfs.cpp | 225 ASSERT_EQ(fstat(fd, &stats), 0); in GetFileBlocks() 312 ASSERT_EQ(fstat(big_fd.get(), &s), 0); in TestFullOperations() 377 ASSERT_EQ(fstat(big_fd.get(), &s), 0); in TestFullOperations() 421 ASSERT_EQ(fstat(big_fd.get(), &s), 0); in TestFullOperations()
|
| A D | test-rw.cpp | 105 ASSERT_EQ(fstat(fd.get(), &st), 0); in TestOffsetOperations()
|
| A D | test-truncate.cpp | 160 ASSERT_EQ(fstat(fd, &st), 0); in fchecked_truncate() 165 ASSERT_EQ(fstat(fd, &st), 0); in fchecked_truncate()
|
| A D | test-persist.cpp | 140 ASSERT_EQ(fstat(fd, &buf), 0); in TestPersistWithData()
|
| /system/utest/fs-host/ |
| A D | util.cpp | 60 if (fstat(disk.get(), &stats) < 0) { in run_fsck()
|
| /system/utest/fdio/ |
| A D | fdio_handle_fd.c | 60 ASSERT_EQ(fstat(fds[0], &st), 0, "fstat() on pipe failed"); in pipe_test() 62 ASSERT_EQ(fstat(fds[1], &st), 0, "fstat() on pipe failed"); in pipe_test()
|
| /system/host/merkleroot/ |
| A D | merkleroot.cpp | 79 if (fstat(fd.get(), &info) < 0) { in handle_entry()
|
| /system/uapp/xdc-test/ |
| A D | xdc-test.cpp | 66 if (fstat(file_fd.get(), &s) < 0) { in write_file_header()
|
| /system/ulib/blobfs/include/blobfs/ |
| A D | host.h | 84 if (fstat(fd, &s) < 0) { in Map()
|
| /system/ulib/fvm-host/container/ |
| A D | fvm.cpp | 60 if (fstat(fd_.get(), &s) < 0) { in FvmContainer() 318 if (fstat(fd_.get(), &s) < 0) { in Commit()
|
| A D | sparse.cpp | 91 if (fstat(fd_.get(), &s) < 0) { in SparseContainer() 328 if (fstat(fd_.get(), &s) < 0) { in Commit()
|
| /system/ulib/minfs/ |
| A D | host.cpp | 115 if (fstat(fd.get(), &s) < 0) { in emu_mkfs() 139 if (fstat(fd.get(), &s) < 0) { in emu_mount()
|
| /system/host/fvm/ |
| A D | main.cpp | 71 if (fstat(fd.get(), &s) < 0) { in get_disk_size()
|
| /system/ulib/fvm-host/format/ |
| A D | minfs.cpp | 34 if (fstat(fd.get(), &s) < 0) { in MinfsFormat()
|
| /system/host/netprotocol/ |
| A D | netcp.c | 57 if (fstat(file_info->fd, &st) < 0) { in file_open_read()
|
| /system/host/bootserver/ |
| A D | tftp.c | 51 if (fstat(xd->fd, &st) < 0) { in file_open_read()
|
| /system/ulib/tftp/ |
| A D | tftp-example.c | 172 if (fstat(f->fd, &st) < 0) { in open_read_file()
|
| /system/ulib/blobfs/ |
| A D | common.cpp | 114 if (fstat(fd, &s) < 0) { in GetBlockCount()
|
| /system/utest/zxcrypt/ |
| A D | zxcrypt.cpp | 53 ASSERT_EQ(fstat(parent.get(), &parent_buf), 0, strerror(errno)); in TestDdkGetSize() 54 ASSERT_EQ(fstat(zxcrypt.get(), &zxcrypt_buf), 0, strerror(errno)); in TestDdkGetSize()
|