HomeSort by relevance Sort by last modified time
    Searched refs:file_length (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/ext2ed/
file_com.c 38 file_info.file_length=ptr->i_size;
266 if (file_info.file_offset+offset>file_info.file_length-1) break;
270 if (file_info.file_offset+offset+i>file_info.file_length-1) {
290 if (file_info.file_offset+offset+i>file_info.file_length-1) break;
331 if (file_info.file_offset+last_offset > file_info.file_length-1)
332 last_offset=file_info.file_length-1-file_info.file_offset;
387 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1);
dir_com.c 67 info_ptr->file_length=ptr->i_size;
108 while (info.file_offset < info.file_length) { /* While we haven't reached the end */
126 if (info.file_offset >= info.file_length) break;
529 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1);
ext2ed.h 140 long file_offset,file_length; member in struct:struct_file_info
  /external/chromium/webkit/glue/
glue_serialize.cc 274 long long file_length = -1; local
278 file_length = ReadInteger64(obj);
281 http_body.appendFileRange(file_path, file_start, file_length,

Completed in 112 milliseconds