Searched refs:mount_name (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/webkit/browser/fileapi/ |
D | external_mount_points.cc | 98 const std::string& mount_name, in RegisterFileSystem() argument 109 if (!ValidateNewMountPoint(mount_name, type, path)) in RegisterFileSystem() 112 instance_map_[mount_name] = new Instance(type, path, mount_option); in RegisterFileSystem() 114 path_to_name_map_.insert(std::make_pair(path, mount_name)); in RegisterFileSystem() 124 bool ExternalMountPoints::RevokeFileSystem(const std::string& mount_name) { in RevokeFileSystem() argument 126 NameToInstance::iterator found = instance_map_.find(mount_name); in RevokeFileSystem() 150 std::string* mount_name, in CrackVirtualPath() argument 155 DCHECK(mount_name); in CrackVirtualPath() 183 *mount_name = maybe_mount_name; in CrackVirtualPath() 240 const std::string& mount_name) const { in CreateVirtualRootPath() [all …]
|
D | external_mount_points.h | 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, 106 base::FilePath CreateVirtualRootPath(const std::string& mount_name) const; 110 const std::string& mount_name, 144 bool ValidateNewMountPoint(const std::string& mount_name,
|
D | mount_points.h | 52 virtual bool RevokeFileSystem(const std::string& mount_name) = 0; 73 virtual bool GetRegisteredPath(const std::string& mount_name, 88 std::string* mount_name,
|
D | isolated_context.cc | 434 std::string mount_name; in CrackFileSystemURL() local 439 if (!CrackVirtualPath(url.path(), &mount_name, &cracked_type, in CrackFileSystemURL() 447 !url.filesystem_id().empty() ? url.filesystem_id() : mount_name, in CrackFileSystemURL() 449 cracked_mount_name.empty() ? mount_name : cracked_mount_name, in CrackFileSystemURL()
|
/external/chromium_org/webkit/common/fileapi/ |
D | file_system_util.cc | 470 const std::string& mount_name) { in GetExternalFileSystemRootURIString() argument 473 if (base::FilePath::FromUTF8Unsafe(mount_name).ReferencesParent()) in GetExternalFileSystemRootURIString() 475 root.append(net::EscapePath(mount_name)); in GetExternalFileSystemRootURIString()
|
D | file_system_util.h | 174 const std::string& mount_name);
|