HomeSort by relevance Sort by last modified time
    Searched refs:file_info (Results 26 - 50 of 58) sorted by null

12 3

  /external/curl/tests/libtest/
lib582.c 232 struct_stat file_info; local
255 hd = fstat(fileno(hd_src), &file_info);
265 fprintf(stderr, "Set to upload %d bytes\n", (int)file_info.st_size);
291 easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t)file_info.st_size);
  /external/libchrome/base/files/
file_util_posix.cc 205 stat_wrapper_t file_info; local
206 int test = CallLstat(path_str, &file_info);
212 if (!S_ISDIR(file_info.st_mode))
383 stat_wrapper_t file_info; local
384 if (CallStat(path.value().c_str(), &file_info) == 0)
385 return S_ISDIR(file_info.st_mode);
429 stat_wrapper_t file_info; local
432 if (CallStat(path.value().c_str(), &file_info) != 0)
435 *mode = file_info.st_mode & FILE_PERMISSION_MASK;
614 stat_wrapper_t file_info;
639 stat_wrapper_t file_info; local
    [all...]
file_posix.cc 324 stat_wrapper_t file_info; local
325 if (CallFstat(file_.get(), &file_info))
328 return file_info.st_size;
357 stat_wrapper_t file_info; local
358 if (CallFstat(file_.get(), &file_info))
361 info->FromStat(file_info);
  /external/webrtc/webrtc/tools/converter/
converter.cc 161 struct STAT file_info; local
162 int result = STAT(file_name_to_check.c_str(), &file_info);
  /external/curl/docs/examples/
http2-upload.c 187 struct stat file_info; local
196 stat(upload, &file_info);
197 uploadsize = file_info.st_size;
  /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...]
  /art/profman/
profile_assistant_test.cc 58 ProfileCompilationInfo file_info; local
60 ASSERT_TRUE(file_info.Load(GetFd(file)));
61 ASSERT_TRUE(file_info.Equals(info));
  /system/sepolicy/tools/
check_seapp.c 61 typedef struct file_info file_info; typedef in typeref:struct:file_info
152 struct file_info { struct
166 static file_info out_file;
267 file_info *f = list_entry(e, typeof(*f), listify);
810 file_info *tmp;
919 file_info *input_file;
1032 static void parse_file(file_info *in_file) {
1131 file_info *current;
  /external/squashfs-tools/squashfs-tools/
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 181 struct file_info *dupl[65536];
310 struct file_info *duplicate(long long file_size, long long bytes,
322 struct file_info *add_non_dup(long long file_size, long long bytes,
    [all...]
  /external/webrtc/webrtc/test/testsupport/
fileutils.cc 98 struct stat file_info = {0}; local
99 return stat(file_name.c_str(), &file_info) == 0;
  /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/catapult/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/gdb/darwin-x86/lib/python2.7/
codecs.py 918 file_info = lookup(file_encoding)
920 file_info.streamreader, file_info.streamwriter, errors)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
codecs.py 918 file_info = lookup(file_encoding)
920 file_info.streamreader, file_info.streamwriter, errors)
    [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...]
  /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...]
  /external/ImageMagick/MagickCore/
log.c 1323 file_info; local
    [all...]
nt-base.c     [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.h 212 extern struct struct_file_info 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
  /system/connectivity/shill/
json_store_unittest.cc 933 FileEnumerator::FileInfo file_info = file_enumerator.GetInfo(); local
950 FileEnumerator::FileInfo file_info = file_enumerator.GetInfo(); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
listing.c 222 static file_info_type *file_info (const char *);
265 file_info (const char *file_name) function
416 new_i->file = file_info (file);
    [all...]
  /external/autotest/server/hosts/
adb_host.py 755 file_info = self.run_output('ls -l %s' % dest)
758 match = re.match(FILE_INFO_REGEX, file_info)
762 symlink_match = re.match(FILE_SYMLINK_REGEX, file_info)
    [all...]

Completed in 484 milliseconds

12 3