HomeSort by relevance Sort by last modified time
    Searched defs:file_info (Results 26 - 33 of 33) sorted by null

12

  /system/connectivity/shill/
key_file_store_unittest.cc 100 FileEnumerator::FileInfo file_info = file_enumerator.GetInfo(); local
104 EXPECT_EQ(S_IFREG | S_IRUSR | S_IWUSR, file_info.stat().st_mode);
  /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))
  /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/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...]
  /external/zlib/src/contrib/minizip/
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...]
  /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;
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 568 milliseconds

12