Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Drust_tool.h45 std::string_view GetSysroot() const;
Drust_tool.cc50 std::string_view RustTool::GetSysroot() const { in GetSysroot() function in RustTool
Drust_project_writer.cc270 auto current_sysroot = rust_tool->GetSysroot(); in AddTarget()