Searched defs:file_type (Results 1 - 25 of 36) sorted by relevance

12

/external/libchrome/base/files/
H A Dfile_enumerator_posix.cc44 int file_type)
48 file_type_(file_type) {
56 int file_type,
61 file_type_(file_type),
42 FileEnumerator(const FilePath& root_path, bool recursive, int file_type) argument
54 FileEnumerator(const FilePath& root_path, bool recursive, int file_type, const FilePath::StringType& pattern) argument
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dinclude.c275 enum xkb_file_type file_type)
280 file = FindFileInXkbPath(ctx, stmt->file, file_type, NULL);
296 if (xkb_file->file_type != file_type) {
300 xkb_file_type_to_string(file_type),
301 xkb_file_type_to_string(xkb_file->file_type), stmt->file);
274 ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt, enum xkb_file_type file_type) argument
H A Dparser.h187 enum xkb_file_type file_type; member in union:YYSTYPE
H A Dast.h340 enum xkb_file_type file_type; member in struct:__anon13360
/external/clang/lib/Serialization/
H A DASTReaderInternals.h77 typedef ModuleFile *file_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
110 file_type ReadFileRef(const unsigned char *&d);
H A DMultiOnDiskHashTable.h34 typedef typename Info::file_type file_type; typedef in class:clang::serialization::MultiOnDiskHashTable
49 file_type File;
52 OnDiskTable(file_type File, unsigned NumBuckets, unsigned NumEntries,
60 std::vector<file_type> Files;
76 llvm::TinyPtrVector<file_type> PendingOverrides;
113 llvm::DenseSet<file_type> Files;
182 void add(file_type File, storage_type Data, Info InfoObj = Info()) {
192 llvm::SmallVector<file_type, 16> OverriddenFiles;
/external/e2fsprogs/e2fsck/
H A Dpass3.c599 int file_type = 0; local
615 file_type = ext2_file_type(inode.i_mode);
616 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type);
628 ino, file_type);
/external/f2fs-tools/tools/
H A Df2fs_io_parse.c52 enum file_type { enum
/external/freetype/include/freetype/
H A Dftwinfnt.h189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
/external/libvpx/libvpx/
H A Dtools_common.h92 enum VideoFileType file_type; member in struct:VpxInputContext
/external/puffin/src/
H A Dmain.cc69 // Returns a file type based on the input string |file_type| (normally the final
71 FileType StringToFileType(const string& file_type) { argument
72 if (file_type == "raw") {
75 if (file_type == "deflate") {
77 } else if (file_type == "zlib") {
79 } else if (file_type == "gzip" || file_type == "gz" || file_type == "tgz") {
81 } else if (file_type == "zip" || file_type
96 auto file_type = FileType::kUnknown; local
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DFileSystem.h43 /// file_type - An "enum class" enumeration for the file system's view of the
45 struct file_type { struct in namespace:llvm::sys::fs
59 file_type(_ v) : v_(v) {} function in struct:llvm::sys::fs::file_type
60 explicit file_type(int v) : v_(_(v)) {} function in struct:llvm::sys::fs::file_type
95 file_type Type;
97 explicit file_status(file_type v=file_type::status_error)
100 file_type type() const { return Type; }
101 void type(file_type v) { Type = v; }
263 /// @results status.type() == file_type
[all...]
/external/f2fs-tools/fsck/
H A Ddir.c179 static void f2fs_update_dentry(nid_t ino, int file_type, argument
194 de->file_type = file_type;
204 int file_type, block_t p_blkaddr, int inc_link)
271 f2fs_update_dentry(ino, file_type, &d, name, name_len, dentry_hash, bit_pos);
286 if (inc_link && (file_type == F2FS_FT_DIR)){
333 dent_blk->dentry[0].file_type = F2FS_FT_DIR;
339 dent_blk->dentry[1].file_type = F2FS_FT_DIR;
399 if (de->file_type == F2FS_FT_DIR) {
404 } else if (de->file_type
202 f2fs_add_link(struct f2fs_sb_info *sbi, struct f2fs_node *parent, const unsigned char *name, int name_len, nid_t ino, int file_type, block_t p_blkaddr, int inc_link) argument
[all...]
H A Df2fs.h138 u8 file_type; member in struct:dentry
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h385 FileType file_type() const { return file_type_; } function in class:google_breakpad::mach_o::Reader
/external/selinux/libsemanage/src/
H A Dmodules.c60 int file_type; local
71 sepol_module_package_info(pf, &file_type, module_name, version) == -1) {
77 if (file_type != SEPOL_POLICY_MOD) {
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc682 int file_type = 1; local
688 ASSERT_EQ(1, scanf("%i", &file_type));
689 if (file_type == 1) {
708 int file_type = 1; local
714 ASSERT_EQ(1, scanf("%i", &file_type));
715 if (file_type == 1) {
/external/ImageMagick/coders/
H A Dviff.c175 file_type,
292 (void) ReadBlob(image,sizeof(viff_info.file_type),&viff_info.file_type);
890 file_type,
987 viff_info.file_type=1;
1056 (void) WriteBlob(image,sizeof(viff_info.file_type),(unsigned char *)
1057 &viff_info.file_type);
171 file_type, member in struct:_ViffInfo
883 file_type, member in struct:_ViffInfo
/external/curl/lib/vtls/
H A Dcyassl.c303 int file_type = do_file_type(SSL_SET_OPTION(cert_type)); local
306 file_type) != 1) {
312 file_type = do_file_type(SSL_SET_OPTION(key_type));
314 file_type) != 1) {
/external/freetype/src/base/
H A Dftmac.c932 OSType file_type; local
937 file_type = get_file_type_from_path( pathname );
938 if ( file_type == TTAG_LWFN )
/external/toybox/toys/
H A De2fs.h80 uint8_t file_type; member in struct:ext2_dentry
/external/freetype/builds/mac/
H A Dftmac.c1352 OSType file_type; local
1357 file_type = get_file_type_from_path( pathname );
1358 if ( file_type == TTAG_LWFN )
/external/syslinux/core/fs/ufs/
H A Dufs.h220 uint8_t file_type; member in struct:ufs_dir_entry
/external/kernel-headers/original/uapi/linux/
H A Dnilfs2_ondisk.h298 * file_type field.
304 __u8 file_type; /* Dir entry type (file, dir, etc) */ member in struct:nilfs_dir_entry
/external/llvm/include/llvm/Support/
H A DFileSystem.h56 enum class file_type { class in namespace:llvm::sys::fs
163 file_type Type;
171 Type(file_type::status_error), Perms(perms_not_known) {}
173 file_status(file_type Type)
178 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime,
188 Type(file_type::status_error), Perms(perms_not_known) {}
190 file_status(file_type Type)
196 file_status(file_type Type, uint32_t LastAccessTimeHigh,
210 file_type type() const { return Type; }
233 void type(file_type
[all...]

Completed in 2240 milliseconds

12