Searched defs:file_start (Results 1 - 2 of 2) sorted by relevance

/external/grub/stage2/
H A Dfsys_iso9660.c46 unsigned long file_start; member in struct:iso_inode_info
126 INODE->file_start = 0;
149 INODE->file_start = 0;
371 INODE->file_start = idr->extent.l;
412 if (INODE->file_start == 0)
426 if (!iso9660_devread(INODE->file_start + sector, blkoffset, size, buf))
/external/chromium/webkit/glue/
H A Dglue_serialize.cc273 long long file_start = 0; local
277 file_start = ReadInteger64(obj);
281 http_body.appendFileRange(file_path, file_start, file_length,

Completed in 199 milliseconds