Searched refs:st_size (Results 1 - 25 of 191) sorted by relevance

12345678

/external/kernel-headers/original/asm-x86/
H A Dstat.h15 unsigned long st_size; member in struct:stat
48 long long st_size; member in struct:stat64
78 long st_size; member in struct:stat
102 unsigned long st_size; member in struct:__old_kernel_stat
107 unsigned int st_size; member in struct:__old_kernel_stat
/external/kernel-headers/original/asm-arm/
H A Dstat.h12 unsigned long st_size; member in struct:__old_kernel_stat
38 unsigned long st_size; member in struct:stat
71 long long st_size; member in struct:stat64
/external/webkit/Source/WebCore/platform/efl/
H A DSharedBufferEfl.cpp58 result->m_buffer.resize(fileStat.st_size);
59 if (result->m_buffer.size() != static_cast<unsigned>(fileStat.st_size)) {
64 fread(result->m_buffer.data(), 1, fileStat.st_size, file);
/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c95 Here we store only symbols with nonzero st_size. */
99 /* Keep track of an eligible symbol with st_size == 0 as a fallback. */
123 if (sym.st_value + sym.st_size > min_label)
124 min_label = sym.st_value + sym.st_size;
126 if (sym.st_size == 0 || addr - sym.st_value < sym.st_size)
135 if (sym.st_size != 0)
144 st_size. If no symbol with proper size includes
155 else if (sym.st_size != 0
157 && closest_sym->st_size > sy
[all...]
/external/elfutils/lib/
H A Dcrc32_file.c67 size_t mapsize = st.st_size;
82 if (st.st_size <= (off_t) mapsize)
84 *resp = crc32 (crc, mapped, st.st_size);
90 st.st_size -= mapsize;
/external/webkit/Source/WebCore/platform/posix/
H A DSharedBufferPOSIX.cpp54 size_t bytesToRead = fileStat.st_size;
55 if (bytesToRead != fileStat.st_size) {
/external/kernel-headers/original/asm-mips/
H A Dstat.h28 off_t st_size; member in struct:stat
66 long long st_size; member in struct:stat64
107 off_t st_size; member in struct:stat
/external/linux-tools-perf/util/
H A Dutil.c67 if (st.st_size == 0) /* /proc? do it slowly... */
78 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0);
82 if (write(tofd, addr, st.st_size) == st.st_size)
85 munmap(addr, st.st_size);
/external/elfutils/libelf/
H A Dgelf_update_sym.c98 || unlikely (src->st_size > 0xffffffffull))
117 COPY (st_size);
H A Dgelf_update_symshndx.c124 || unlikely (src->st_size > 0xffffffffull))
143 COPY (st_size);
H A Dgelf_getsym.c113 COPY (st_size);
/external/iproute2/netem/
H A Dstats.c28 if (info.st_size > 0) {
29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
/external/dropbear/
H A Dcompat.c252 if ((strings = malloc((u_int)statb.st_size + 1)) == NULL) {
256 shells = calloc((unsigned)statb.st_size / 3, sizeof (char *));
265 flen = statb.st_size;
/external/webkit/Source/WebCore/platform/network/win/
H A DDownloadBundleWin.cpp127 fpos_t footerMagicNumberPosition = fileStat.st_size - 4;
147 fpos_t footerLengthPosition = fileStat.st_size - 8;
162 fpos_t footerStartPosition = fileStat.st_size - 8 - footerLength;
/external/e2fsprogs/util/
H A Dcopy_sparse.c126 numblocks = (fileinfo.st_size + (bs-1)) / bs;
129 (long long) fileinfo.st_size, numblocks);
189 offset = fileinfo.st_size;
194 if (fileinfo.st_size != offset) {
/external/dbus/dbus/
H A Ddbus-file-unix.c97 if (sb.st_size > _DBUS_ONE_MEGABYTE)
101 (unsigned long) sb.st_size, filename_c);
108 if (sb.st_size > 0 && S_ISREG (sb.st_mode))
112 while (total < (int) sb.st_size)
115 sb.st_size - total);
137 else if (sb.st_size != 0)
/external/libvpx/build/make/
H A Dobj_int_extract.c265 file_buf = malloc(stat_buf.st_size);
273 if (read(fd, file_buf, stat_buf.st_size) != stat_buf.st_size)
285 res = parse_macho(file_buf, stat_buf.st_size);
467 ENDIAN_ASSIGN_IN_PLACE(sym32->st_size);
477 ENDIAN_ASSIGN_IN_PLACE(sym64->st_size);
577 && sym.st_size == 4)
591 if (sizeof(val) != sym.st_size)
604 sym.st_size);
669 && sym.st_size
[all...]
/external/qemu/android/utils/
H A Dtimezone.c187 if ( st.st_size != scan->localtime_st.st_size ) {
188 D( " size mistmatch (%zd != %zd)\n", (size_t)st.st_size, (size_t)scan->localtime_st.st_size );
206 for (nn = 0; nn < st.st_size; nn++) {
220 result = (nn == st.st_size);
/external/elfutils/backends/
H A Dppc_symbol.c114 /* Check whether given symbol's st_value and st_size are OK despite failing
141 && sym->st_size == 0);
146 && sym->st_size == 0);
/external/expat/tests/benchmark/
H A Dbenchmark.c69 XMLBuf = malloc (fileAttr.st_size);
70 fileSize = fread (XMLBuf, sizeof (char), fileAttr.st_size, fd);
/external/e2fsprogs/misc/
H A Dmklost+found.c74 } while (st.st_size <= (EXT2_NDIR_BLOCKS - 1) * st.st_blksize);
/external/expat/xmlwf/
H A Dreadfilemap.c69 nbytes = sb.st_size;
H A Dunixfilemap.c46 nbytes = sb.st_size;
/external/libmtp/examples/
H A Dsendfile.c65 filesize = sb.st_size;
/external/openssh/
H A Dsftp-common.c70 a->size = st->st_size;
88 st->st_size = a->size;
222 fmt_scaled((long long)st->st_size, sbuf);
229 (unsigned long long)st->st_size, tbuf, name);

Completed in 363 milliseconds

12345678