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

/external/chromium_org/webkit/browser/fileapi/
H A Dexternal_mount_points.cc98 const std::string& mount_name,
109 if (!ValidateNewMountPoint(mount_name, type, path))
112 instance_map_[mount_name] = new Instance(type, path, mount_option);
114 path_to_name_map_.insert(std::make_pair(path, mount_name));
124 bool ExternalMountPoints::RevokeFileSystem(const std::string& mount_name) { argument
126 NameToInstance::iterator found = instance_map_.find(mount_name);
150 std::string* mount_name,
155 DCHECK(mount_name);
162 // The virtual_path should comprise of <mount_name> and <relative_path> parts.
183 *mount_name
97 RegisterFileSystem( const std::string& mount_name, FileSystemType type, const FileSystemMountOption& mount_option, const base::FilePath& path_in) argument
148 CrackVirtualPath( const base::FilePath& virtual_path, std::string* mount_name, FileSystemType* type, std::string* cracked_id, base::FilePath* path, FileSystemMountOption* mount_option) const argument
244 CreateExternalFileSystemURL( const GURL& origin, const std::string& mount_name, const base::FilePath& path) const argument
296 std::string mount_name; local
314 ValidateNewMountPoint(const std::string& mount_name, FileSystemType type, const base::FilePath& path) argument
[all...]
/external/chromium_org/webkit/common/fileapi/
H A Dfile_system_util.cc470 const std::string& mount_name) {
473 if (base::FilePath::FromUTF8Unsafe(mount_name).ReferencesParent())
475 root.append(net::EscapePath(mount_name));
468 GetExternalFileSystemRootURIString( const GURL& origin_url, const std::string& mount_name) argument

Completed in 581 milliseconds