HomeSort by relevance Sort by last modified time
    Searched refs:system_path_prefix (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
device_event_router.cc 80 const std::string& device_path = disk.system_path_prefix();
94 volume_info.system_path_prefix.AsUTF8Unsafe();
device_event_router_unittest.cc 98 volume_info.system_path_prefix = base::FilePath(device_path);
file_manager_private_apitest.cc 28 const char* system_path_prefix; member in struct:__anon7762::TestDiskInfo
216 kTestDisks[disk_info_index].system_path_prefix,
private_api_util.cc 250 new std::string(volume_info.system_path_prefix.AsUTF8Unsafe()));
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 65 const std::string& system_path_prefix,
116 const std::string& system_path_prefix() const { function in class:chromeos::disks::DiskMountManager::Disk
disk_mount_manager_unittest.cc 36 const char* system_path_prefix; member in struct:__anon10774::TestDiskInfo
167 disk.system_path_prefix,
disk_mount_manager.cc 650 const std::string& system_path_prefix,
670 system_path_prefix_(system_path_prefix),
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.h 98 base::FilePath system_path_prefix; member in struct:file_manager::VolumeInfo
volume_manager.cc 178 volume_info.system_path_prefix =
179 base::FilePath(disk->system_path_prefix());

Completed in 96 milliseconds