HomeSort by relevance Sort by last modified time
    Searched full:system_mount_points_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 51 system_mount_points_(system_mount_points) {
61 system_mount_points_->RegisterFileSystem(
66 system_mount_points_->RegisterFileSystem(
71 system_mount_points_->RegisterFileSystem(
106 !system_mount_points_->CrackVirtualPath(
227 !system_mount_points_->CrackVirtualPath(virtual_path, &id, &type,
248 system_mount_points_->AddMountPointInfosTo(&mount_points);
410 system_mount_points_->GetVirtualPath(filesystem_path, virtual_path);
file_system_backend.h 164 // system_mount_points_. Also, mount point paths may overlap with mount point
165 // paths in system_mount_points_. In both cases mount points in
175 storage::ExternalMountPoints* system_mount_points_; member in class:chromeos::FileSystemBackend
  /external/chromium_org/storage/browser/fileapi/
external_mount_points.cc 43 : system_mount_points_(storage::ExternalMountPoints::CreateRefCounted()) {
48 storage::ExternalMountPoints* get() { return system_mount_points_.get(); }
51 scoped_refptr<storage::ExternalMountPoints> system_mount_points_; member in class:__anon15333::SystemMountPointsLazyWrapper

Completed in 123 milliseconds