Home
last modified time | relevance | path

Searched refs:file_info (Results 1 – 18 of 18) sorted by relevance

/external/e2fsprogs/ext2ed/
Dfile_com.c30 file_info.inode_ptr=ptr; in init_file_info()
31 file_info.inode_offset=device_offset; in init_file_info()
33 file_info.global_block_num=ptr->i_block [0]; in init_file_info()
34 file_info.global_block_offset=ptr->i_block [0]*file_system_info.block_size; in init_file_info()
35 file_info.block_num=0; in init_file_info()
36 file_info.blocks_count=(ptr->i_size+file_system_info.block_size-1)/file_system_info.block_size; in init_file_info()
37 file_info.file_offset=0; in init_file_info()
38 file_info.file_length=ptr->i_size; in init_file_info()
39 file_info.level=0; in init_file_info()
40 file_info.offset_in_block=0; in init_file_info()
[all …]
Ddir_com.c223 dir_entry_ptr=(struct ext2_dir_entry_2 *) (file_info.buffer+file_info.dir_entry_offset); in type_dir___cd()
259 status=FOUND;info=file_info; in type_dir___cd()
263 file_info=info; /* Switch to it, by setting the global file_info */ in type_dir___cd()
357 if (entry_num_search < 0 || entry_num_search >= file_info.dir_entries_count) { in type_dir___entry()
364 file_info=info; in type_dir___entry()
402 low_read (file_info.buffer,file_system_info.block_size,file_info.global_block_offset); in type_dir___followinode()
403 dir_entry_ptr=(struct ext2_dir_entry_2 *) (file_info.buffer+file_info.dir_entry_offset); in type_dir___followinode()
439 show_pad_info.line=file_info.dir_entry_num-show_pad_info.display_lines/2; in type_dir___show()
458 if (info->dir_entry_num == file_info.dir_entry_num) /* Highlight the current entry */ in action_show()
470 if (info->dir_entry_num == file_info.dir_entry_num) in action_show()
[all …]
Dmain.c81 struct struct_file_info file_info,first_file_info; /* Used by file_com.c to access files */ variable
Dext2ed.h212 extern struct struct_file_info file_info,first_file_info;
Dinode_com.c364 file_info=first_file_info; in type_ext2_inode___dir()
/external/zlib/src/contrib/minizip/
Dminiunz.c249 unz_file_info64 file_info; local
253 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
259 if (file_info.uncompressed_size>0)
260 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
263 if ((file_info.flag & 1) != 0)
266 if (file_info.compression_method==0)
269 if (file_info.compression_method==Z_DEFLATED)
271 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
280 if (file_info.compression_method==Z_BZIP2ED)
287 Display64BitsSize(file_info.uncompressed_size,7);
[all …]
Dunzip.c891 unz_file_info64 file_info; in unz64local_GetCurrentFileInfoInternal() local
916 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
922 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date); in unz64local_GetCurrentFileInfoInternal()
933 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
938 file_info.compressed_size = uL; in unz64local_GetCurrentFileInfoInternal()
942 file_info.uncompressed_size = uL; in unz64local_GetCurrentFileInfoInternal()
[all …]
/external/google-breakpad/src/tools/python/
Dfilter_syms.py141 file_info = file_record[5:].split(' ', 3)
142 if len(file_info) > 2:
144 file_index = int(file_info[0])
145 file_name = self._NormalizePath(file_info[1])
149 file_info[1] = self._AdjustPath(file_name)
150 return 'FILE ' + ' '.join(file_info)
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.h70 struct file_info { struct
75 struct file_info *next; argument
105 struct file_info *file;
145 extern struct file_info *dupl[];
Dprocess_fragments.c219 struct file_buffer *get_fragment_cksum(struct file_info *file, in get_fragment_cksum()
277 struct file_info *dupl_ptr; in frag_thrd()
Dcaches-queues-lists.h101 struct file_info *dupl_start;
Dmksquashfs.c171 struct file_info *dupl[65536];
300 struct file_info *duplicate(long long file_size, long long bytes,
312 struct file_info *add_non_dup(long long file_size, long long bytes,
1430 unsigned short get_fragment_checksum(struct file_info *file) in get_fragment_checksum()
1783 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in add_file()
1785 struct file_info *file; in add_file()
1830 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in pre_duplicate()
1840 struct file_info *add_non_dup(long long file_size, long long bytes, in add_non_dup()
1845 struct file_info *dupl_ptr = malloc(sizeof(struct file_info)); in add_non_dup()
1873 struct file_info *dupl_ptr; in frag_duplicate()
[all …]
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc93 VS_FIXEDFILEINFO *file_info = in GetFileVersionString() local
97 file_info->dwFileVersionMS >> 16, in GetFileVersionString()
98 file_info->dwFileVersionMS & 0xffff, in GetFileVersionString()
99 file_info->dwFileVersionLS >> 16, in GetFileVersionString()
100 file_info->dwFileVersionLS & 0xffff); in GetFileVersionString()
/external/blktrace/btt/
Dmisc.c34 struct file_info { struct
54 struct file_info *fip = list_entry(p, struct file_info, head); in clean_files() argument
120 struct file_info *fip = malloc(sizeof(*fip)); in add_file()
/external/webrtc/test/testsupport/
Dfileutils.cc114 struct stat file_info = {0}; in FileExists() local
115 return stat(file_name.c_str(), &file_info) == 0; in FileExists()
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc559 const struct SourceFileInfo &file_info = symbols.source_file_info[i]; in WriteFunctionInfo() local
560 for (size_t j = 0; j < file_info.func_info.size(); ++j) { in WriteFunctionInfo()
561 const struct FuncInfo &func_info = file_info.func_info[j]; in WriteFunctionInfo()
562 if (!WriteOneFunction(fd, file_info.source_id, func_info)) in WriteFunctionInfo()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dfixture.py342 for file_info in files:
343 key, filename, value = self._get_file_info(file_info)
363 def _get_file_info(self, file_info): argument
364 if len(file_info) == 2:
366 filename = file_info[1]
372 return (file_info[0], filename, content)
373 elif len(file_info) == 3:
374 return file_info
380 % repr(file_info)[:100])
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...