Searched refs:path_view (Results 1 – 1 of 1) sorted by relevance
13 base::FilePath::StringPieceType path_view; in Read() local17 path_view.set(reinterpret_cast<const base::char16*>(view.data()), in Read()20 if (!data.ReadPath(&path_view)) { in Read()24 *out = base::FilePath(path_view); in Read()