HomeSort by relevance Sort by last modified time
    Searched defs:file_type (Results 1 - 25 of 64) sorted by null

1 2 3

  /system/extras/simpleperf/
cmd_dumprecord.cpp 235 uint32_t file_type; local
241 &file_type, &min_vaddr,
244 PrintIndented(2, "file_type %s\n", DsoTypeToString(static_cast<DsoType>(file_type)));
cmd_record_test.cpp 389 uint32_t file_type; local
394 while (reader->ReadFileFeature(read_pos, &file_path, &file_type, &min_vaddr, &symbols)) {
395 if (file_type == DSO_KERNEL && !symbols.empty()) {
  /system/update_engine/payload_generator/
ext2_filesystem.cc 102 uint32_t file_type = dirent->name_len >> 8; local
104 if (file_type == EXT2_FT_DIR)
  /external/clang/lib/Serialization/
ASTReaderInternals.h 77 typedef ModuleFile *file_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
110 file_type ReadFileRef(const unsigned char *&d);
MultiOnDiskHashTable.h 34 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/
pass3.c 599 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/
f2fs_io_parse.c 52 enum file_type { enum
  /external/freetype/include/freetype/
ftwinfnt.h 189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
  /external/google-breakpad/src/common/mac/
macho_reader.h 385 FileType file_type() const { return file_type_; } function in class:google_breakpad::mach_o::Reader
  /external/libvpx/libvpx/
tools_common.h 92 enum VideoFileType file_type; member in struct:VpxInputContext
  /external/puffin/src/
main.cc 69 // Returns a file type based on the input string |file_type| (normally the final
71 FileType StringToFileType(const string& file_type) {
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 == "apk" || file_type == "jar")
96 auto file_type = FileType::kUnknown; local
    [all...]
  /external/selinux/libsemanage/src/
modules.c 60 int file_type; local
71 sepol_module_package_info(pf, &file_type, module_name, version) == -1) {
77 if (file_type != SEPOL_POLICY_MOD) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileSystem.h 43 /// 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::directory_file
    [all...]
  /frameworks/base/tools/aapt2/util/
Files.cpp 310 const FileType file_type = GetFileType(full_path); local
313 if (!(*filter)(file_name, file_type)) {
318 if (file_type == file::FileType::kDirectory) {
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftwinfnt.h 189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
  /system/sepolicy/tools/fc_sort/
fc_sort.c 39 char *file_type; member in struct:file_context_node
54 free(x->file_type);
116 if (!a->file_type && b->file_type)
118 if (!b->file_type && a->file_type)
438 temp->file_type = (char *)malloc(sizeof(char) * 3);
439 if (!(temp->file_type)) {
455 temp->file_type[0] = line_buf[i];
456 temp->file_type[1] = line_buf[i + 1]
    [all...]
  /external/curl/lib/vtls/
cyassl.c 303 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/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 682 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) {
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 387 const file::FileType file_type = file::GetFileType(input_path); local
388 if (file_type != file::FileType::kRegular && file_type != file::FileType::kSymlink) {
389 if (file_type == file::FileType::kDirectory) {
392 } else if (file_type == file::FileType::kNonexistant) {
  /external/ImageMagick/coders/
viff.c 175 file_type,
292 (void) ReadBlob(image,sizeof(viff_info.file_type),&viff_info.file_type);
171 file_type, member in struct:_ViffInfo
883 file_type, member in struct:_ViffInfo
    [all...]
  /external/freetype/src/base/
ftmac.c 932 OSType file_type; local
937 file_type = get_file_type_from_path( pathname );
938 if ( file_type == TTAG_LWFN )
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h 187 enum xkb_file_type file_type; member in union:YYSTYPE
ast.h 340 enum xkb_file_type file_type; member in struct:__anon26705
  /external/toybox/toys/
e2fs.h 80 uint8_t file_type; member in struct:ext2_dentry
  /external/freetype/builds/mac/
ftmac.c 1352 OSType file_type; local
    [all...]

Completed in 864 milliseconds

1 2 3