HomeSort by relevance Sort by last modified time
    Searched full:file_info (Results 1 - 25 of 25) sorted by null

  /external/e2fsprogs/ext2ed/
file_com.c 30 file_info.inode_ptr=ptr;
31 file_info.inode_offset=device_offset;
33 file_info.global_block_num=ptr->i_block [0];
34 file_info.global_block_offset=ptr->i_block [0]*file_system_info.block_size;
35 file_info.block_num=0;
36 file_info.blocks_count=(ptr->i_size+file_system_info.block_size-1)/file_system_info.block_size;
37 file_info.file_offset=0;
38 file_info.file_length=ptr->i_size;
39 file_info.level=0;
40 file_info.offset_in_block=0
    [all...]
dir_com.c 13 Most of the functions use the global variable file_info (along with the special directory fields there) to save
223 dir_entry_ptr=(struct ext2_dir_entry_2 *) (file_info.buffer+file_info.dir_entry_offset);
259 status=FOUND;info=file_info;
263 file_info=info; /* Switch to it, by setting the global file_info */
357 if (entry_num_search < 0 || entry_num_search >= file_info.dir_entries_count) {
364 file_info=info;
402 low_read (file_info.buffer,file_system_info.block_size,file_info.global_block_offset)
    [all...]
ext2ed.h 212 extern struct struct_file_info file_info,first_file_info;
inode_com.c 364 file_info=first_file_info;
main.c 81 struct struct_file_info file_info,first_file_info; /* Used by file_com.c to access files */ variable in typeref:struct:struct_file_info
  /external/zlib/src/contrib/minizip/
miniunz.c 249 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
326 unz_file_info64 file_info; local
    [all...]
unzip.c 891 unz_file_info64 file_info; local
916 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK)
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK)
922 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK)
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
933 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
938 file_info.compressed_size = uL
    [all...]
  /external/blktrace/btt/
misc.c 34 struct file_info { struct
54 struct file_info *fip = list_entry(p, struct file_info, head);
120 struct file_info *fip = malloc(sizeof(*fip));
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 70 struct file_info { struct
75 struct file_info *next;
105 struct file_info *file;
145 extern struct file_info *dupl[];
process_fragments.c 219 struct file_buffer *get_fragment_cksum(struct file_info *file,
277 struct file_info *dupl_ptr;
caches-queues-lists.h 101 struct file_info *dupl_start;
mksquashfs.c 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,
    [all...]
  /external/google-breakpad/src/tools/python/
filter_syms.py 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)
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 93 VS_FIXEDFILEINFO *file_info = local
97 file_info->dwFileVersionMS >> 16,
98 file_info->dwFileVersionMS & 0xffff,
99 file_info->dwFileVersionLS >> 16,
100 file_info->dwFileVersionLS & 0xffff);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 350 find_file(char *exec_path, LPOFSTRUCT file_info)
361 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(fname, file_info,
368 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(fname, file_info,
375 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(fname, file_info,
382 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(exec_path, file_info,
389 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(fname, file_info,
426 OFSTRUCT file_info; local
439 exec_handle = find_file(exec_path, &file_info);
499 command_line = make_command_line( shell_name, file_info.szPathName,
520 exec_path = file_info.szPathName
    [all...]
  /external/webrtc/test/testsupport/
fileutils.cc 114 struct stat file_info = {0}; local
115 return stat(file_name.c_str(), &file_info) == 0;
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 744 const Dwarf_STMTL_FileDesc* file_info = state->set_file_info_; local
745 if (file_info == NULL) {
746 file_info = get_stmt_file_info(state->file_);
747 if (file_info == NULL) {
753 info->file_name = file_info->get_file_name();
754 const Elf_Word dir_index = file_info->get_dir_index();
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 559 const struct SourceFileInfo &file_info = symbols.source_file_info[i]; local
560 for (size_t j = 0; j < file_info.func_info.size(); ++j) {
561 const struct FuncInfo &func_info = file_info.func_info[j];
562 if (!WriteOneFunction(fd, file_info.source_id, func_info))
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
fixture.py 342 for file_info in files:
343 key, filename, value = self._get_file_info(file_info)
363 def _get_file_info(self, file_info):
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])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 918 file_info = lookup(file_encoding)
920 file_info.streamreader, file_info.streamwriter, errors)
    [all...]
modulefinder.py 282 def load_module(self, fqname, fp, pathname, file_info):
283 suffix, mode, type = file_info
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 918 file_info = lookup(file_encoding)
920 file_info.streamreader, file_info.streamwriter, errors)
    [all...]
modulefinder.py 282 def load_module(self, fqname, fp, pathname, file_info):
283 suffix, mode, type = file_info
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 177 // LOG(INFO) << "DbgHelp.dll version: " << file_info->file_version();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 655 milliseconds