HomeSort by relevance Sort by last modified time
    Searched refs:filesize (Results 101 - 125 of 216) sorted by null

1 2 3 45 6 7 8 9

  /external/libmtp/src/
libmtp.c 163 uint64_t const filesize);
    [all...]
playlist-spl.c 228 f->filesize = lseek(fd, 0, SEEK_CUR); // file desc is currently at end of file
232 LIBMTP_PLST_DEBUG("%s is %dB\n", f->filename, (int)f->filesize);
libmtp.h.in 689 uint64_t filesize; /**< Size of file in bytes */
718 uint64_t filesize; /**< Size of track file in bytes */
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
mach-o.c     [all...]
mach-o.h 99 unsigned long filesize; member in struct:bfd_mach_o_segment_command
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 161 @ CHECK: filesize: 16
darwin-Thumb-reloc.s 123 @ CHECK: filesize: 11
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 931 long filesize; local
933 filesize = nd.size(fd);
934 } while ((filesize == IOStatus.INTERRUPTED) && isOpen());
938 if (filesize < position + size) { // Extend file size
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
fileread.h 137 filesize() const function in class:gold::File_read
script.cc 371 off_t filesize = input_file->file().filesize(); local
373 contents->reserve(filesize);
377 while (off < filesize)
380 if (get > filesize - off)
381 get = filesize - off;
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-mach-o.c 106 unsigned char filesize[4]; /* Size in bytes on disk. */ member in struct:mach_o_segment_command_32
123 unsigned char filesize[8]; /* Size in bytes on disk. */ member in struct:mach_o_segment_command_64
    [all...]
  /prebuilts/go/darwin-x86/src/os/
os_test.go 171 filesize := size(path, t)
172 if dir.Size() != filesize {
173 t.Error("size should be", filesize, "; is", dir.Size())
230 filesize := size(path, t)
231 if dir.Size() != filesize {
232 t.Error("size should be", filesize, "; is", dir.Size())
245 filesize := size(path, t)
246 if dir.Size() != filesize {
247 t.Error("size should be", filesize, "; is", dir.Size())
    [all...]
  /prebuilts/go/linux-x86/src/os/
os_test.go 171 filesize := size(path, t)
172 if dir.Size() != filesize {
173 t.Error("size should be", filesize, "; is", dir.Size())
230 filesize := size(path, t)
231 if dir.Size() != filesize {
232 t.Error("size should be", filesize, "; is", dir.Size())
245 filesize := size(path, t)
246 if dir.Size() != filesize {
247 t.Error("size should be", filesize, "; is", dir.Size())
    [all...]
  /external/python/cpython3/Python/
marshal.c 1528 off_t filesize; local
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 266 uint64_t segSize = is64Bit ? LC.Data.segment_command_64_data.filesize
267 : LC.Data.segment_command_data.filesize;
  /external/pdfium/fxjs/
cjs_document.h 260 JS_STATIC_PROP(filesize, filesize, Document);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 312 uint32_t filesize; member in struct:llvm::MachO::segment_command
326 uint64_t filesize; member in struct:llvm::MachO::segment_command_64
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 72 private static final String FILESIZE_COLUMN = "filesize";
85 long filesize, long modifiedTimeMillis, int version) {
90 mFilesize = filesize;
  /external/libcups/cups/
tls-darwin.c 67 static SecKeychainRef http_cdsa_open_keychain(const char *path, char *filename, size_t filesize);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.c 55 filesize(const char *path) function
73 size1 = filesize(fw1);
75 size2 = filesize(fw2);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 282 static int filesize(FILE * fp) function
587 fsize = filesize(fp);
985 buflen = filesize(fp) + 1; /* + 1 for nul term */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 209 filesize = fpin.tell()
228 endrec.append(filesize - sizeEndCentDir)
238 maxCommentStart = max(filesize - (1 << 16) - sizeEndCentDir, 0)
255 return _EndRecData64(fpin, maxCommentStart + start - filesize,
352 raise LargeZipFile("Filesize would require ZIP64 extensions")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 204 filesize = fpin.tell()
221 endrec.append(filesize - sizeEndCentDir)
231 maxCommentStart = max(filesize - (1 << 16) - sizeEndCentDir, 0)
247 return _EndRecData64(fpin, maxCommentStart + start - filesize,
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 209 filesize = fpin.tell()
228 endrec.append(filesize - sizeEndCentDir)
238 maxCommentStart = max(filesize - (1 << 16) - sizeEndCentDir, 0)
255 return _EndRecData64(fpin, maxCommentStart + start - filesize,
352 raise LargeZipFile("Filesize would require ZIP64 extensions")
    [all...]
  /external/fio/tools/
genfio 57 -z filesize : Specify the working file size, if you are passing filepaths to -d

Completed in 886 milliseconds

1 2 3 45 6 7 8 9