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

/external/e2fsprogs/e2fsck/
H A Dpass3.c511 int file_type = 0; local
527 file_type = ext2_file_type(inode.i_mode);
528 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type);
540 ino, file_type);
/external/f2fs-tools/tools/
H A Df2fs_io_parse.c52 enum file_type { enum
/external/freetype/include/
H A Dftwinfnt.h189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
/external/libvpx/libvpx/
H A Dtools_common.h89 enum VideoFileType file_type; member in struct:VpxInputContext
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp254 EnumerateDirectoryCallback (void *baton, FileSpec::FileType file_type, const FileSpec &file_spec) argument
256 if (file_type == FileSpec::eFileTypeDirectory)
H A DPlatformRemoteiOS.cpp292 FileSpec::FileType file_type,
291 GetContainedFilesIntoVectorOfStringsCallback(void *baton, FileSpec::FileType file_type, const FileSpec &file_spec) argument
H A DPlatformDarwinKernel.cpp481 FileSpec::FileType file_type,
484 if (file_type == FileSpec::eFileTypeDirectory
544 FileSpec::FileType file_type,
547 if (file_type == FileSpec::eFileTypeDirectory && file_spec.GetFileNameExtension() == ConstString("kext"))
480 GetKextDirectoriesInSDK(void *baton, FileSpec::FileType file_type, const FileSpec &file_spec) argument
543 GetKextsInDirectory(void *baton, FileSpec::FileType file_type, const FileSpec &file_spec) argument
/external/pdfium/third_party/freetype/include/
H A Dftwinfnt.h189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
/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) {
H A Dsemanage_store.c128 char *file_type; member in struct:semanage_file_context_node
2171 free(x->file_type);
2249 if (!a->file_type && b->file_type)
2251 if (!b->file_type && a->file_type)
2594 temp->file_type =
2596 if (!temp->file_type) {
2697 if (current->file_type) {
2724 if (current->file_type) {
[all...]
/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/openssh/
H A Dauth.c558 int log_missing, char *file_type)
567 debug("Could not open %s '%s': %s", file_type, file,
578 pw->pw_name, file_type, file);
591 auth_debug_add("Ignored %s: %s", file_type, line);
557 auth_openfile(const char *file, struct passwd *pw, int strict_modes, int log_missing, char *file_type) argument
/external/pdfium/third_party/freetype/src/base/
H A Dftmac.c926 OSType file_type; local
931 file_type = get_file_type_from_path( pathname );
932 if ( file_type == TTAG_LWFN )
/external/toybox/toys/
H A De2fs.h80 uint8_t file_type; member in struct:ext2_dentry
/external/lldb/source/Core/
H A DPluginManager.cpp87 FileSpec::FileType file_type,
98 if (file_type == FileSpec::eFileTypeRegular ||
99 file_type == FileSpec::eFileTypeSymbolicLink ||
100 file_type == FileSpec::eFileTypeUnknown )
150 if (file_type == FileSpec::eFileTypeUnknown ||
151 file_type == FileSpec::eFileTypeDirectory ||
152 file_type == FileSpec::eFileTypeSymbolicLink )
84 LoadPluginCallback( void *baton, FileSpec::FileType file_type, const FileSpec &file_spec ) argument
H A DDebugger.cpp437 FileSpec::FileType file_type,
455 if (file_type == FileSpec::eFileTypeRegular ||
456 file_type == FileSpec::eFileTypeSymbolicLink ||
457 file_type == FileSpec::eFileTypeUnknown )
474 else if (file_type == FileSpec::eFileTypeUnknown ||
475 file_type == FileSpec::eFileTypeDirectory ||
476 file_type == FileSpec::eFileTypeSymbolicLink )
434 LoadPluginCallback( void *baton, FileSpec::FileType file_type, const FileSpec &file_spec ) argument
/external/lldb/source/Host/common/
H A DFileSpec.cpp615 mode_t file_type = file_stats.st_mode & S_IFMT; local
616 switch (file_type)
936 FileSpec::FileType file_type = eFileTypeUnknown; local
941 case DT_UNKNOWN: file_type = eFileTypeUnknown; call_callback = true; break;
942 case DT_FIFO: file_type = eFileTypePipe; call_callback = find_other; break;
943 case DT_CHR: file_type = eFileTypeOther; call_callback = find_other; break;
944 case DT_DIR: file_type = eFileTypeDirectory; call_callback = find_directories; break;
945 case DT_BLK: file_type = eFileTypeOther; call_callback = find_other; break;
946 case DT_REG: file_type = eFileTypeRegular; call_callback = find_files; break;
947 case DT_LNK: file_type
[all...]
/external/llvm/include/llvm/Support/
H A DFileSystem.h53 enum class file_type { class in namespace:llvm::sys::fs
157 file_type Type;
163 Type(file_type::status_error), Perms(perms_not_known) {}
165 file_status(file_type Type) : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0),
169 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime,
176 FileIndexHigh(0), FileIndexLow(0), Type(file_type::status_error),
179 file_status(file_type Type) : LastWriteTimeHigh(0), LastWriteTimeLow(0),
184 file_status(file_type Type, uint32_t LastWriteTimeHigh,
196 file_type type() const { return Type; }
218 void type(file_type
[all...]
/external/f2fs-tools/include/
H A Df2fs_fs.h700 __u8 file_type; /* file type */ member in struct:f2fs_dir_entry
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h776 * file_type field.
782 __u8 file_type; member in struct:ext2_dir_entry_2
/external/elfutils/src/src/
H A Dld.h48 enum file_type enum
124 enum file_type file_type; member in struct:usedfiles
787 enum file_type file_type; member in struct:ld_state
1100 enum file_type type);
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h139 uint32_t file_type; member in struct:__anon5174
182 /* For (MDVSFixedFileInfo).file_type */
194 /* with file_type = MD_VSFIXEDFILEINFO_FILETYPE_DRV */
219 /* with file_type = MD_VSFIXEDFILEINFO_FILETYPE_FONT */
/external/valgrind/perf/
H A Dtinycc.c19227 int type, file_type;
19230 file_type = s1->output_type;
19233 if (file_type != TCC_OUTPUT_OBJ) {
19244 if (file_type != TCC_OUTPUT_OBJ) {
19254 if (file_type == TCC_OUTPUT_EXE) {
19288 if (file_type == TCC_OUTPUT_EXE) {
19395 if (file_type == TCC_OUTPUT_DLL)
19422 switch(file_type) {
19447 if (file_type == TCC_OUTPUT_DLL &&
19452 file_type
19225 int type, file_type; local
[all...]

Completed in 2530 milliseconds