Home
last modified time | relevance | path

Searched refs:fileinfo (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/src/
Dldgeneric.c62 static int ld_generic_file_close (struct usedfiles *fileinfo,
64 static int ld_generic_file_process (int fd, struct usedfiles *fileinfo,
98 static int file_process2 (struct usedfiles *fileinfo);
127 print_file_name (FILE *s, struct usedfiles *fileinfo, int first_level, in print_file_name() argument
132 if (fileinfo->archive_file != NULL) in print_file_name()
134 npar = print_file_name (s, fileinfo->archive_file, 0, 0) + 1; in print_file_name()
136 fputs_unlocked (fileinfo->rfname, s); in print_file_name()
143 fputs_unlocked (fileinfo->rfname, s); in print_file_name()
164 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p()
335 open_along_path2 (struct usedfiles *fileinfo, struct pathelement *path) in open_along_path2() argument
[all …]
Di386_ld.c79 struct usedfiles *file = runp->fileinfo; in elf_i386_relocate_section()
97 inxndxdata = runp->fileinfo->xndxdata; in elf_i386_relocate_section()
550 if (r_sym >= scninfo->fileinfo->nlocalsymbols in elf_i386_count_relocations()
551 && unlikely (scninfo->fileinfo->symref[r_sym] == NULL)) in elf_i386_count_relocations()
557 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations()
558 || scninfo->fileinfo->symref[r_sym]->in_dso in elf_i386_count_relocations()
592 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations()
620 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations()
623 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations()
654 if (!scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations()
[all …]
Dld.h176 struct usedfiles *fileinfo; member
1123 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p()
Dld.c1243 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()
/external/nanopb-c/examples/network_server/
Dserver.c30 FileInfo fileinfo; in listdir_callback() local
34 fileinfo.inode = file->d_ino; in listdir_callback()
35 strncpy(fileinfo.name, file->d_name, sizeof(fileinfo.name)); in listdir_callback()
36 fileinfo.name[sizeof(fileinfo.name) - 1] = '\0'; in listdir_callback()
41 if (!pb_encode_submessage(stream, FileInfo_fields, &fileinfo)) in listdir_callback()
Dclient.c28 FileInfo fileinfo; in printfile_callback() local
30 if (!pb_decode(stream, FileInfo_fields, &fileinfo)) in printfile_callback()
33 printf("%-10lld %s\n", (long long)fileinfo.inode, fileinfo.name); in printfile_callback()
/external/e2fsprogs/util/
Dcopy_sparse.c92 struct stat64 fileinfo; in copy_sparse_file() local
102 if (stat64(src, &fileinfo) < 0) { in copy_sparse_file()
106 if (!S_ISREG(fileinfo.st_mode)) { in copy_sparse_file()
126 numblocks = (fileinfo.st_size + (bs-1)) / bs; in copy_sparse_file()
129 (long long) fileinfo.st_size, numblocks); in copy_sparse_file()
189 offset = fileinfo.st_size; in copy_sparse_file()
190 if (fstat64(ofd, &fileinfo) < 0) { in copy_sparse_file()
194 if (fileinfo.st_size != offset) { in copy_sparse_file()
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dhtml.py362 for filename, fileinfo in iitems(status['files']):
363 fileinfo['index']['nums'] = Numbers(*fileinfo['index']['nums'])
364 self.files[filename] = fileinfo
373 for filename, fileinfo in iitems(self.files):
374 fileinfo['index']['nums'] = fileinfo['index']['nums'].init_args()
375 files[filename] = fileinfo
/external/libchrome/base/
Dsys_info_chromeos.cc78 File::Info fileinfo; in Parse() local
79 if (GetFileInfo(path, &fileinfo)) in Parse()
80 lsb_release_time_ = fileinfo.creation_time; in Parse()
/external/curl/src/
Dtool_operate.c595 struct_stat fileinfo; in operate_do() local
597 if(0 == stat(outfile, &fileinfo)) in operate_do()
599 config->resume_from = fileinfo.st_size; in operate_do()
635 struct_stat fileinfo; in operate_do() local
659 if(stat(uploadfile, &fileinfo) == 0) { in operate_do()
660 fileinfo.st_size = VmsSpecialSize(uploadfile, &fileinfo); in operate_do()
661 switch (fileinfo.st_fab_rfm) { in operate_do()
675 if((infd == -1) || fstat(infd, &fileinfo)) in operate_do()
689 if(S_ISREG(fileinfo.st_mode)) in operate_do()
690 uploadfilesize = fileinfo.st_size; in operate_do()
Dtool_metalink.c729 static metalinkfile *new_metalinkfile(metalink_file_t *fileinfo) in new_metalinkfile() argument
737 f->filename = strdup(fileinfo->name); in new_metalinkfile()
744 if(fileinfo->checksums) { in new_metalinkfile()
749 for(p = fileinfo->checksums; *p; ++p) { in new_metalinkfile()
763 if(fileinfo->resources) { in new_metalinkfile()
768 for(p = fileinfo->resources; *p; ++p) { in new_metalinkfile()
/external/dbus/dbus/
Ddbus-sysdeps-util-win.c470 WIN32_FIND_DATAA fileinfo; /* from FindFirst/FindNext */ member
510 handle = FindFirstFileA(filespec, &(dp->fileinfo)); in _dbus_opendir()
534 if (FindNextFileA(dp->handle, &(dp->fileinfo)) == 0) in _dbus_readdir()
546 strncpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME); in _dbus_readdir()
/external/curl/lib/
DMakefile.inc35 fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c \
55 wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h \
DMakefile.vc6560 $(DIROBJ)\fileinfo.obj \
/external/libvorbis/doc/vorbisfile/
DMakefile.am7 example.html exampleindex.html fileinfo.html index.html\
DMakefile.in199 example.html exampleindex.html fileinfo.html index.html\
/external/curl/packages/Symbian/group/
Dlibcurl.mmp28 curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c \
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1128 fileinfo = FileInfo(filename)
1129 file_path_from_root = fileinfo.RepositoryName()
2957 def _ClassifyInclude(fileinfo, include, is_system): argument
2996 os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName())))
3032 fileinfo = FileInfo(filename)
3067 _ClassifyInclude(fileinfo, include, is_system))
3071 (error_message, fileinfo.BaseName()))
/external/libvpx/libvpx/tools/
Dcpplint.py1391 fileinfo = FileInfo(filename)
1392 file_path_from_root = fileinfo.RepositoryName()
3509 def _ClassifyInclude(fileinfo, include, is_system): argument
3547 os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName())))
3583 fileinfo = FileInfo(filename)
3618 _ClassifyInclude(fileinfo, include, is_system))
3622 (error_message, fileinfo.BaseName()))
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dinput_readers.py1590 for i, fileinfo in enumerate(zfiles):
1591 current_shard_size += fileinfo.file_size
1730 for fileinfo in bfiles:
1732 current_shard_size += fileinfo.file_size