Lines Matching refs:FilePath
70 using base::FilePath;
241 FilePath DeviceInfo::GetDeviceInfoPath(const string& iface_name,
255 FilePath* path_out) {
315 FilePath driver_path;
417 FilePath device_file = GetDeviceInfoPath(iface_name, kInterfaceDevice);
418 FilePath device_path;
434 return HasSubdir(device_path.DirName(), FilePath("tty"));
438 bool DeviceInfo::HasSubdir(const FilePath& base_dir, const FilePath& subdir) {
442 for (FilePath curr_dir = dir_enum.Next(); !curr_dir.empty();