Home | History | Annotate | Download | only in shill

Lines Matching refs:device_path

418   FilePath device_path;
419 if (!base::ReadSymbolicLink(device_file, &device_path)) {
424 if (!device_path.IsAbsolute()) {
425 device_path =
426 base::MakeAbsoluteFilePath(device_file.DirName().Append(device_path));
434 return HasSubdir(device_path.DirName(), FilePath("tty"));