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

/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.cc374 const base::FilePath mounted_path = GetArchiveMountPoint().Append( variable
378 if (mounted_to_source_path_map_.count(mounted_path.value()) != 0) {
388 base::Bind(&PerformFakeMount, source_path, mounted_path),
394 mounted_path));
451 const base::FilePath& mounted_path) {
459 if (!file_util::CreateDirectory(mounted_path)) {
460 DLOG(ERROR) << "Failed to create directory at " << mounted_path.value();
466 mounted_path.Append("SUCCESSFULLY_PERFORMED_FAKE_MOUNT.txt");
483 const base::FilePath& mounted_path,
489 mounted_to_source_path_map_[mounted_path
450 PerformFakeMount(const std::string& source_path, const base::FilePath& mounted_path) argument
480 ContinueMount(const std::string& source_path, MountType type, const base::Closure& callback, const base::FilePath& mounted_path, MountError mount_error) argument
496 FinishMount(MountError error, const std::string& source_path, MountType type, const std::string& mounted_path, const base::Closure& callback) argument
[all...]

Completed in 41 milliseconds