/bionic/libc/kernel/uapi/linux/ |
dlm_plock.h | 46 __u32 fsid; member in struct:dlm_plock_info
|
cramfs_fs.h | 55 struct cramfs_info fsid; member in struct:cramfs_super
|
btrfs.h | 174 __u8 fsid[BTRFS_FSID_SIZE]; member in struct:btrfs_ioctl_fs_info_args
|
/development/ndk/platforms/android-L/include/linux/ |
dlm_plock.h | 46 __u32 fsid; member in struct:dlm_plock_info
|
cramfs_fs.h | 55 struct cramfs_info fsid; member in struct:cramfs_super
|
btrfs.h | 174 __u8 fsid[BTRFS_FSID_SIZE]; member in struct:btrfs_ioctl_fs_info_args
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_file_system_registry.h | 45 // fsid (filesystem ID) used to hook up the API objects. 59 std::string fsid; member in struct:MediaFileSystemInfo
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_isolated_file_system_message_filter.cc | 165 // a pending PepperFileSystemBrowserHost here with the fsid and send the 167 const std::string fsid = CreateCrxFileSystem(profile); local 168 if (fsid.empty()) { 177 policy->GrantReadFileSystem(render_process_id_, fsid); 179 context->reply_msg = PpapiPluginMsg_IsolatedFileSystem_BrowserOpenReply(fsid); 195 const std::string& fsid = local 202 policy->GrantCreateReadWriteFileSystem(render_process_id_, fsid); 204 context->reply_msg = PpapiPluginMsg_IsolatedFileSystem_BrowserOpenReply(fsid);
|
/external/chromium_org/content/browser/fileapi/ |
transient_file_util_unittest.cc | 48 std::string fsid = isolated_context->RegisterFileSystemForPath( local 53 ASSERT_TRUE(!fsid.empty()); 55 fsid).AppendASCII(name);
|
/external/kernel-headers/original/uapi/linux/ |
dlm_plock.h | 37 __u32 fsid; member in struct:dlm_plock_info
|
cramfs_fs.h | 60 struct cramfs_info fsid; /* unique filesystem info */ member in struct:cramfs_super 71 #define CRAMFS_FLAG_FSID_VERSION_2 0x00000001 /* fsid version #2 */
|
btrfs.h | 183 __u8 fsid[BTRFS_FSID_SIZE]; /* out */ member in struct:btrfs_ioctl_fs_info_args
|
/external/chromium_org/content/common/fileapi/ |
file_system_util_unittest.cc | 224 std::string fsid; local 225 EXPECT_TRUE(CrackIsolatedFileSystemName("foo:Isolated_bar", &fsid)); 226 EXPECT_EQ("bar", fsid); 227 EXPECT_TRUE(CrackIsolatedFileSystemName("foo:isolated_bar", &fsid)); 228 EXPECT_EQ("bar", fsid); 229 EXPECT_TRUE(CrackIsolatedFileSystemName("foo:Isolated__bar", &fsid)); 230 EXPECT_EQ("_bar", fsid); 231 EXPECT_TRUE(CrackIsolatedFileSystemName("foo::Isolated_bar", &fsid)); 232 EXPECT_EQ("bar", fsid); 236 std::string fsid; local [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
volume_manager.cc | 630 const std::string fsid = GetMountPointNameForMediaStorage(info); local 640 fsid, 649 info.location(), fsid)); 674 const std::string fsid = GetMountPointNameForMediaStorage(info); local 675 storage::ExternalMountPoints::GetSystemInstance()->RevokeFileSystem(fsid); 680 fsid));
|
/external/chromium_org/storage/browser/fileapi/ |
isolated_context.cc | 313 std::string fsid = base::FilePath(*component_iter++).MaybeAsASCII(); local 314 if (fsid.empty()) 320 IDToInstance::const_iterator found_instance = instance_map_.find(fsid); 323 *id_or_name = fsid;
|
/external/e2fsprogs/lib/blkid/ |
probe.h | 680 __u8 fsid[BTRFS_UUID_SIZE]; member in struct:btrfs_dev_item 690 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ member in struct:btrfs_super_block
|