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

  /external/nanopb-c/examples/network_server/
server.c 30 FileInfo fileinfo; local
34 fileinfo.inode = file->d_ino;
35 strncpy(fileinfo.name, file->d_name, sizeof(fileinfo.name));
36 fileinfo.name[sizeof(fileinfo.name) - 1] = '\0';
41 if (!pb_encode_submessage(stream, FileInfo_fields, &fileinfo))
client.c 28 FileInfo fileinfo; local
30 if (!pb_decode(stream, FileInfo_fields, &fileinfo))
33 printf("%-10lld %s\n", (long long)fileinfo.inode, fileinfo.name);
  /external/e2fsprogs/util/
copy_sparse.c 92 struct stat64 fileinfo; local
102 if (stat64(src, &fileinfo) < 0) {
106 if (!S_ISREG(fileinfo.st_mode)) {
126 numblocks = (fileinfo.st_size + (bs-1)) / bs;
129 (long long) fileinfo.st_size, numblocks);
189 offset = fileinfo.st_size;
190 if (fstat64(ofd, &fileinfo) < 0) {
194 if (fileinfo.st_size != offset) {
  /external/elfutils/0.153/src/
ldgeneric.c 70 static int ld_generic_file_close (struct usedfiles *fileinfo,
72 static int ld_generic_file_process (int fd, struct usedfiles *fileinfo,
106 static int file_process2 (struct usedfiles *fileinfo);
135 print_file_name (FILE *s, struct usedfiles *fileinfo, int first_level,
140 if (fileinfo->archive_file != NULL)
142 npar = print_file_name (s, fileinfo->archive_file, 0, 0) + 1;
144 fputs_unlocked (fileinfo->rfname, s);
151 fputs_unlocked (fileinfo->rfname, s);
172 struct usedfiles *file = scninfo->fileinfo;
343 open_along_path2 (struct usedfiles *fileinfo, struct pathelement *path
    [all...]
i386_ld.c 87 struct usedfiles *file = runp->fileinfo;
105 inxndxdata = runp->fileinfo->xndxdata;
558 if (r_sym >= scninfo->fileinfo->nlocalsymbols
559 && unlikely (scninfo->fileinfo->symref[r_sym] == NULL))
565 if (! scninfo->fileinfo->symref[r_sym]->defined
566 || scninfo->fileinfo->symref[r_sym]->in_dso
600 sym = scninfo->fileinfo->symref[r_sym];
628 if (! scninfo->fileinfo->symref[r_sym]->defined
631 sym = scninfo->fileinfo->symref[r_sym];
662 if (!scninfo->fileinfo->symref[r_sym]->define
    [all...]
ld.h 184 struct usedfiles *fileinfo; member in struct:usedfiles::scninfo
    [all...]
ld.c     [all...]
  /external/chromium_org/base/
sys_info_chromeos.cc 75 File::Info fileinfo; local
76 if (GetFileInfo(path, &fileinfo))
77 lsb_release_time_ = fileinfo.creation_time;
  /external/chromium_org/tools/usb_gadget/
server.py 60 fileinfo = self.request.files['file'][0]
62 match = VERSION_PATTERN.match(fileinfo['filename'])
68 content = fileinfo['body']
  /external/libvorbis/doc/vorbisfile/
Makefile.am 7 example.html exampleindex.html fileinfo.html index.html\
  /external/chromium_org/ppapi/generators/
idl_c_header.py 225 fileinfo = filenode.GetChildren()[1]
226 assert(fileinfo.IsA('Comment'))
324 out.Write('%s\n' % Comment(fileinfo, prefix='*\n @file'))
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 398 fileinfo = manifest[FILES_KEY].get(name, {})
399 fileinfo[archinfo.arch] = urlinfo
400 manifest[FILES_KEY][name] = fileinfo
  /art/tools/
cpplint.py 739 class FileInfo:
742 FileInfo provides easy access to the components of a file's path
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 735 class FileInfo:
738 FileInfo provides easy access to the components of a file's path
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 860 class FileInfo:
863 FileInfo provides easy access to the components of a file's path
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 860 class FileInfo:
863 FileInfo provides easy access to the components of a file's path
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 623 class FileInfo:
626 FileInfo provides easy access to the components of a file's path
    [all...]

Completed in 3090 milliseconds