Home | History | Annotate | Download | only in fileapi

Lines Matching refs:mount_name

31 //   filesystem:<origin>/external/<mount_name>/relative/path
42 // is identified by a URL "filesystem:.../external/mount_name".
45 // the mount_name "removable", a filesystem URL like
49 // The |mount_name| should NOT contain a path separator '/'.
61 // by calling RevokeFileSystem with |mount_name|.
62 bool RegisterFileSystem(const std::string& mount_name,
69 virtual bool RevokeFileSystem(const std::string& mount_name) OVERRIDE;
70 virtual bool GetRegisteredPath(const std::string& mount_name,
74 std::string* mount_name,
85 // Returns a list of registered MountPointInfos (of <mount_name, path>).
105 // Returns the virtual root path that looks like /<mount_name>.
106 base::FilePath CreateVirtualRootPath(const std::string& mount_name) const;
110 const std::string& mount_name,
137 // - there is no registered mount point with mount_name
144 bool ValidateNewMountPoint(const std::string& mount_name,