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

  /external/chromium_org/chrome/browser/chromeos/fileapi/
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 209 milliseconds