Searched refs:system_mount_points (Results 1 – 3 of 3) sorted by relevance
68 scoped_refptr<fileapi::ExternalMountPoints> system_mount_points( in TEST() local75 system_mount_points.get()); in TEST()90 system_mount_points->RegisterFileSystem("d", in TEST()94 system_mount_points->RegisterFileSystem("e", in TEST()115 scoped_refptr<fileapi::ExternalMountPoints> system_mount_points( in TEST() local121 system_mount_points.get()); in TEST()128 ASSERT_TRUE(system_mount_points->RegisterFileSystem( in TEST()157 CreateFileSystemURL(extension, "system/foo", system_mount_points.get()))); in TEST()162 CreateFileSystemURL(extension, "system/foo", system_mount_points.get()))); in TEST()165 system_mount_points.get()))); in TEST()[all …]
47 fileapi::ExternalMountPoints* system_mount_points) in FileSystemBackend() argument53 system_mount_points_(system_mount_points) { in FileSystemBackend()
78 fileapi::ExternalMountPoints* system_mount_points);