/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | stat.h | 20 unsigned long st_size; member 45 long long st_size; member 68 __kernel_long_t st_size; member 91 unsigned long st_size; member 96 unsigned int st_size; member
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | stat.h | 17 unsigned long st_size; member 31 unsigned long st_size; member 54 long long st_size; member
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | stat.h | 20 long st_size; member 43 long long st_size; member
|
/bionic/libc/include/sys/ |
D | stat.h | 53 off_t st_size; \ 73 off_t st_size; \ 92 long long st_size; \
|
/bionic/tests/ |
D | fcntl_test.cpp | 137 ASSERT_EQ(0, sb.st_size); in TEST() 142 ASSERT_EQ(1, sb.st_size); in TEST() 146 ASSERT_EQ(2, sb.st_size); in TEST() 151 ASSERT_EQ(3, sb.st_size); in TEST() 155 ASSERT_EQ(4, sb.st_size); in TEST()
|
D | unistd_test.cpp | 183 ASSERT_EQ(123, sb.st_size); in TEST() 193 ASSERT_EQ(123, sb.st_size); in TEST() 203 ASSERT_EQ(123, sb.st_size); in TEST() 213 ASSERT_EQ(123, sb.st_size); in TEST()
|
D | dlext_test.cpp | 576 ASSERT_GT(with_recursive.st_size, no_recursive.st_size); in TEST_F() 2053 size_t file_size = file_stat.st_size; in TEST()
|
/bionic/tests/headers/posix/ |
D | sys_stat_h.c | 64 STRUCT_MEMBER(struct stat, long long, st_size); in sys_stat_h() 66 STRUCT_MEMBER(struct stat, off_t, st_size); in sys_stat_h()
|
/bionic/linker/ |
D | linker_crt_pad_segment_test.cpp | 66 EXPECT_TRUE(elf_reader.Read(path.c_str(), fd.get(), 0, file_stat.st_size)) in GetPadSegment()
|
D | linker_soinfo.cpp | 192 static_cast<size_t>(sym->st_size)); in ElfW() 368 static_cast<size_t>(s->st_size)); in ElfW() 398 static_cast<size_t>(s->st_size)); in ElfW() 421 soaddr < sym->st_value + sym->st_size; in symbol_matches_soaddr()
|
D | linker_main.cpp | 284 if (!elf_reader.Read(result.path.c_str(), fd.get(), file_offset, result.file_stat.st_size)) { in load_executable()
|
D | linker.cpp | 1191 if (file_offset >= file_stat.st_size) { in load_library() 1193 name, file_offset, file_stat.st_size); in load_library() 1271 if (!task->read(realpath.c_str(), file_stat.st_size)) { in load_library()
|
D | linker_phdr.cpp | 1260 off_t file_size = file_stat.st_size; in phdr_table_map_gnu_relro()
|
/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 147 Elf32_Word st_size; member 158 Elf64_Xword st_size; member
|
/bionic/libc/system_properties/ |
D | prop_area.cpp | 119 (fd_stat.st_size < static_cast<off_t>(sizeof(prop_area)))) { in map_fd_ro() 123 pa_size_ = fd_stat.st_size; in map_fd_ro()
|
/bionic/libc/bionic/ |
D | grp_pwd_file.cpp | 241 auto mmap_size = fd_stat.st_size; in DoMmap()
|
/bionic/ |
D | README.md | 89 # and it contains a field called st_size", but they won't necessarily say
|