Home | History | Annotate | Download | only in shill

Lines Matching refs:FilePath

64 using base::FilePath;
1019 FilePath child2 = temp_dir.path().Append("child2");
1021 FilePath grandchild = child2.Append("grandchild");
1025 FilePath("grandchild")));
1027 FilePath("greatgrandchild")));
1029 FilePath("nonexistent")));
1427 FilePath GetInfoPath(const string& name);
1438 FilePath device_info_root_;
1442 FilePath DeviceInfoTechnologyTest::GetInfoPath(const string& name) {
1448 FilePath info_path = GetInfoPath(name);
1457 FilePath info_path = GetInfoPath(name);
1459 EXPECT_TRUE(base::CreateSymbolicLink(FilePath(contents), info_path));
1544 FilePath device_root(temp_dir_.path().Append("sys/devices/virtual/0"));
1545 FilePath device_path(device_root.Append("00"));
1546 FilePath driver_symlink(device_path.Append("driver"));
1549 EXPECT_TRUE(base::CreateSymbolicLink(FilePath("/drivers/cdc_ether"),
1555 EXPECT_TRUE(base::CreateSymbolicLink(FilePath("/drivers/cdc_ncm"),
1566 FilePath device_root(temp_dir_.path().Append("sys/device_dir/0"));
1567 FilePath device_path(device_root.Append("00"));
1568 FilePath driver_symlink(device_path.Append("driver"));
1570 EXPECT_TRUE(base::CreateSymbolicLink(FilePath("/drivers/cdc_ether"),
1576 EXPECT_TRUE(base::CreateSymbolicLink(FilePath("/drivers/cdc_ncm"),
1587 FilePath device_root(temp_dir_.path().Append("sys/device_dir/0"));
1588 FilePath device_path(device_root.Append("00"));
1589 FilePath driver_symlink(device_path.Append("driver"));
1591 EXPECT_TRUE(base::CreateSymbolicLink(FilePath("/drivers/cdc_ether"),
1597 EXPECT_TRUE(base::CreateSymbolicLink(FilePath("/drivers/cdc_ncm"),