Searched refs:file_type (Results 101 - 125 of 129) sorted by relevance

123456

/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.cc93 if (it->file_type() == PP_FILETYPE_DIRECTORY) {
747 if (it->file_type() != PP_FILETYPE_REGULAR)
754 if (it->file_type() != PP_FILETYPE_DIRECTORY)
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp102 0, 0, 1024, sys::fs::file_type::regular_file, Perms);
108 0, 0, 0, sys::fs::file_type::directory_file, Perms);
114 0, 0, 0, sys::fs::file_type::symlink_file, sys::fs::all_all);
/external/f2fs-tools/fsck/
H A Dfsck.c655 ftype = dentry[i].file_type;
681 /* Becareful. 'dentry.file_type' is not imode. */
696 dentry[i].file_type);
715 dentry[i].file_type);
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.cc830 DCHECK(!address.is_separate_file() && address.file_type() == BLOCK_256);
1409 FileType file_type = Addr::RequiredFileType(size); local
1410 DCHECK_NE(file_type, EXTERNAL);
1411 int num_blocks = Addr::RequiredBlocks(size, file_type);
1413 if (!CreateBlock(file_type, num_blocks, &address))
H A Dentry_impl.cc1182 FileType file_type = Addr::RequiredFileType(size);
1183 if (EXTERNAL == file_type) {
1189 int num_blocks = Addr::RequiredBlocks(size, file_type);
1191 if (!backend_->CreateBlock(file_type, num_blocks, address))
H A Drankings.cc541 if (!next_addr.SanityCheckV2() || next_addr.file_type() != RANKINGS ||
542 !prev_addr.SanityCheckV2() || prev_addr.file_type() != RANKINGS)
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c107 if (input_ctx->file_type == FILE_TYPE_Y4M) {
921 input->file_type = FILE_TYPE_Y4M;
933 input->file_type = FILE_TYPE_RAW;
940 if (input->file_type == FILE_TYPE_Y4M)
1308 file_type_to_string(input->file_type),
2115 if (input.file_type == FILE_TYPE_Y4M)
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp292 FileSpec::FileType file_type,
291 GetContainedFilesIntoVectorOfStringsCallback(void *baton, FileSpec::FileType file_type, const FileSpec &file_spec) argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc619 dir_entries[i].file_type = fake_dir_entry.node->file_type();
/external/chromium_org/net/base/
H A Dmime_util.cc1377 CertificateMimeType file_type = local
1379 return file_type != CERTIFICATE_MIME_TYPE_UNKNOWN;
/external/f2fs-tools/mkfs/
H A Df2fs_format.c826 dent_blk->dentry[0].file_type = F2FS_FT_DIR;
832 dent_blk->dentry[1].file_type = F2FS_FT_DIR;
/external/libvpx/libvpx/
H A Dvpxenc.c102 if (input_ctx->file_type == FILE_TYPE_Y4M) {
786 input->file_type = FILE_TYPE_Y4M;
797 input->file_type = FILE_TYPE_RAW;
804 if (input->file_type == FILE_TYPE_Y4M)
1639 if (input.file_type == FILE_TYPE_Y4M)
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1527 file_type = 'folder'
1542 file_type = extension_map.get(ext, 'text')
1545 self._properties[prop_name] = file_type
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver_unittest.cc197 SyncFileMetadata(file_change.file_type(), 0, base::Time()),
H A Dlocal_to_remote_syncer_unittest.cc172 SyncFileMetadata(file_change.file_type(), 0, base::Time()),
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c156 PORT_Assert(fd->methods->file_type == PR_DESC_LAYERED);
159 if (fd->methods->file_type != PR_DESC_LAYERED ||
2824 new_methods->file_type = my_methods->file_type;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h382 PRDescType file_type; /* Type of file represented (tos) */ member in struct:PRIOMethods
/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/0.153/src/
H A Dldscript.y169 && ld_state.file_type != dso_file_type)
/external/f2fs-tools/include/
H A Df2fs_fs.h691 __u8 file_type; /* file type */ member in struct:f2fs_dir_entry
/external/qemu/distrib/ext4_utils/src/
H A Dext4.h545 __u8 file_type; member in struct:ext4_dir_entry_2
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1300 if (params->file_type == developer::FILE_TYPE_LOAD) {
1302 } else if (params->file_type == developer::FILE_TYPE_PEM) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof4841 my $file_type = undef;
4845 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null ||
4848 $file_type = "MS Windows";
4853 if ($file_type =~ /64-bit/) {
4861 if ($file_type =~ /MS Windows/) {
4870 if ($file_type =~ /Mach-O/) {
/external/jemalloc/bin/
H A Dpprof4874 my $file_type = undef;
4878 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null ||
4881 $file_type = "MS Windows";
4886 if ($file_type =~ /64-bit/) {
4894 if ($file_type =~ /MS Windows/) {
4903 if ($file_type =~ /Mach-O/) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof4841 my $file_type = undef;
4845 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null ||
4848 $file_type = "MS Windows";
4853 if ($file_type =~ /64-bit/) {
4861 if ($file_type =~ /MS Windows/) {
4870 if ($file_type =~ /Mach-O/) {

Completed in 806 milliseconds

123456