Searched refs:mount_point_name (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dfile_stream_writer_unittest.cc46 storage::FileSystemURL CreateFileSystemURL(const std::string& mount_point_name, argument
54 base::FilePath::FromUTF8Unsafe(mount_point_name).Append(file_path));
93 const std::string mount_point_name = variable
97 mount_point_name, base::FilePath::FromUTF8Unsafe(kFakeFilePath + 1));
100 mount_point_name, base::FilePath::FromUTF8Unsafe("im-not-here.txt"));
H A Dprovider_async_file_util_unittest.cc92 storage::FileSystemURL CreateFileSystemURL(const std::string& mount_point_name, argument
100 base::FilePath::FromUTF8Unsafe(mount_point_name).Append(file_path));
146 const std::string mount_point_name = variable
150 CreateFileSystemURL(mount_point_name,
155 mount_point_name, base::FilePath::FromUTF8Unsafe("hello"));
157 root_url_ = CreateFileSystemURL(mount_point_name, base::FilePath());
H A Dfile_stream_reader_unittest.cc62 storage::FileSystemURL CreateFileSystemURL(const std::string& mount_point_name, argument
70 base::FilePath::FromUTF8Unsafe(mount_point_name).Append(file_path));
114 const std::string mount_point_name = variable
118 mount_point_name, base::FilePath::FromUTF8Unsafe(kFakeFilePath + 1));
121 mount_point_name, base::FilePath::FromUTF8Unsafe("im-not-here.txt"));
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dservice.cc137 const std::string mount_point_name = mount_path.BaseName().AsUTF8Unsafe(); local
139 if (!mount_points->RegisterFileSystem(mount_point_name,
155 // mount_point_name = b33f1337-hello_world-5aa5
165 mount_point_name_to_key_map_[mount_point_name] =
201 const std::string mount_point_name = local
203 if (!mount_points->RevokeFileSystem(mount_point_name)) {
217 mount_point_name_to_key_map_.erase(mount_point_name);
301 const std::string& mount_point_name) {
305 mount_point_name_to_key_map_.find(mount_point_name);
300 GetProvidedFileSystem( const std::string& mount_point_name) argument
H A Dmount_path_util.cc155 const std::string mount_point_name = components[2]; local
162 service->GetProvidedFileSystem(mount_point_name);
H A Dservice.h107 // |mount_point_name|. If not found, then returns NULL.
109 const std::string& mount_point_name);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc46 const std::string mount_point_name = local
53 mount_points->RevokeFileSystem(mount_point_name);
54 return mount_points->RegisterFileSystem(mount_point_name,
63 const std::string mount_point_name = local
68 return mount_points->GetRegisteredPath(mount_point_name, path);
H A Dexternal_filesystem_apitest.cc79 // The directory is created at unique_temp_dir/|mount_point_name| path.
80 bool InitializeLocalFileSystem(std::string mount_point_name, argument
86 *mount_point_dir = tmp_dir->path().AppendASCII(mount_point_name);

Completed in 1028 milliseconds