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

/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.cc475 const base::FilePath mounted_path = GetArchiveMountPoint().Append( variable
479 if (mounted_to_source_path_map_.count(mounted_path.value()) != 0) {
489 base::Bind(&PerformFakeMount, source_path, mounted_path),
495 mounted_path));
568 const base::FilePath& mounted_path) {
576 if (!base::CreateDirectory(mounted_path)) {
577 DLOG(ERROR) << "Failed to create directory at " << mounted_path.value();
583 mounted_path.Append("SUCCESSFULLY_PERFORMED_FAKE_MOUNT.txt");
600 const base::FilePath& mounted_path,
606 mounted_to_source_path_map_[mounted_path
567 PerformFakeMount(const std::string& source_path, const base::FilePath& mounted_path) argument
597 ContinueMount(const std::string& source_path, MountType type, const base::Closure& callback, const base::FilePath& mounted_path, MountError mount_error) argument
613 FinishMount(MountError error, const std::string& source_path, MountType type, const std::string& mounted_path, const base::Closure& callback) argument
[all...]

Completed in 563 milliseconds