Home
last modified time | relevance | path

Searched refs:path_view (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/base/
Dfile_path_mojom_traits.cc13 base::FilePath::StringPieceType path_view; in Read() local
17 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()