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

  /external/chromium/chrome/browser/chromeos/cros/
mock_mount_library.cc 18 const char* kTestDevicePath = "/this/device/path";
50 std::string(kTestDevicePath),
66 std::string(kTestDevicePath), disk1.get()));
79 std::string(kTestDevicePath),
94 std::string(kTestDevicePath), disk2.get()));
101 std::string(kTestDevicePath),
116 std::string(kTestDevicePath), disk.get()));
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.cc 25 const char* kTestDevicePath = "/this/device/path";
70 std::string(kTestDevicePath),
92 std::string(kTestDevicePath), disk1.get()));
102 std::string(kTestDevicePath),
123 std::string(kTestDevicePath), disk2.get()));
129 std::string(kTestDevicePath),
150 std::string(kTestDevicePath), disk.get()));
  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 340 const std::string kTestDevicePath("test_wifi_device1");
341 AddDevice(flimflam::kTypeWifi, kTestDevicePath);
349 RemoveDevice(kTestDevicePath);

Completed in 1150 milliseconds