Home
last modified time | relevance | path

Searched refs:kContentFileSystemMountPointName (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/fileapi/
H A Darc_content_file_system_url_util.cc14 const char kContentFileSystemMountPointName[] = "arc-content"; variable
32 base::FilePath::FromUTF8Unsafe(kContentFileSystemMountPointName) in ArcUrlToExternalFileUrl()
41 if (!base::FilePath::FromUTF8Unsafe(kContentFileSystemMountPointName) in ExternalFileUrlToArcUrl()
H A Darc_file_system_mounter.cc55 kContentFileSystemMountPointName, storage::kFileSystemTypeArcContent, in ArcFileSystemMounter()
71 mount_points->RevokeFileSystem(kContentFileSystemMountPointName); in ~ArcFileSystemMounter()
H A Darc_content_file_system_url_util.h20 extern const char kContentFileSystemMountPointName[];
H A Darc_content_file_system_async_file_util_unittest.cc76 base::FilePath::FromUTF8Unsafe(kContentFileSystemMountPointName); in ExternalFileURLToFileSystemURL()