Searched refs:file_info (Results 1 – 18 of 18) sorted by relevance
30 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 …]
223 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 …]
81 struct struct_file_info file_info,first_file_info; /* Used by file_com.c to access files */ variable
212 extern struct struct_file_info file_info,first_file_info;
364 file_info=first_file_info; in type_ext2_inode___dir()
249 unz_file_info64 file_info; local253 … 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 …]
891 unz_file_info64 file_info; in unz64local_GetCurrentFileInfoInternal() local916 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 …]
141 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)
70 struct file_info { struct75 struct file_info *next; argument105 struct file_info *file;145 extern struct file_info *dupl[];
219 struct file_buffer *get_fragment_cksum(struct file_info *file, in get_fragment_cksum()277 struct file_info *dupl_ptr; in frag_thrd()
101 struct file_info *dupl_start;
171 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 …]
93 VS_FIXEDFILEINFO *file_info = in GetFileVersionString() local97 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()
34 struct file_info { struct54 struct file_info *fip = list_entry(p, struct file_info, head); in clean_files() argument120 struct file_info *fip = malloc(sizeof(*fip)); in add_file()
114 struct stat file_info = {0}; in FileExists() local115 return stat(file_name.c_str(), &file_info) == 0; in FileExists()
559 const struct SourceFileInfo &file_info = symbols.source_file_info[i]; in WriteFunctionInfo() local560 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()
342 for file_info in files:343 key, filename, value = self._get_file_info(file_info)363 def _get_file_info(self, file_info): argument364 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_info380 % repr(file_info)[:100])
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...