Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dbuild_settings.cc17 root_path_utf8_(other.root_path_utf8_), in BuildSettings()
33 root_path_utf8_ = FilePathToUTF8(root_path_); in SetRootPath()
Dbuild_settings.h42 const std::string& root_path_utf8() const { return root_path_utf8_; } in root_path_utf8()
140 std::string root_path_utf8_; variable