Searched defs:mount_name (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dexternal_mount_points.cc96 const std::string& mount_name,
107 if (!ValidateNewMountPoint(mount_name, type, path))
110 instance_map_[mount_name] = new Instance(type, path, mount_option);
112 path_to_name_map_.insert(std::make_pair(path, mount_name));
122 bool ExternalMountPoints::RevokeFileSystem(const std::string& mount_name) { argument
124 NameToInstance::iterator found = instance_map_.find(mount_name);
148 std::string* mount_name,
153 DCHECK(mount_name);
160 // The virtual_path should comprise of <mount_name> and <relative_path> parts.
181 *mount_name
95 RegisterFileSystem( const std::string& mount_name, FileSystemType type, const FileSystemMountOption& mount_option, const base::FilePath& path_in) argument
146 CrackVirtualPath( const base::FilePath& virtual_path, std::string* mount_name, FileSystemType* type, std::string* cracked_id, base::FilePath* path, FileSystemMountOption* mount_option) const argument
242 CreateExternalFileSystemURL( const GURL& origin, const std::string& mount_name, const base::FilePath& path) const argument
293 std::string mount_name; local
311 ValidateNewMountPoint(const std::string& mount_name, FileSystemType type, const base::FilePath& path) argument
[all...]
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc469 const std::string& mount_name) {
472 if (base::FilePath::FromUTF8Unsafe(mount_name).ReferencesParent())
474 root.append(net::EscapePath(mount_name));
467 GetExternalFileSystemRootURIString( const GURL& origin_url, const std::string& mount_name) argument

Completed in 68 milliseconds