Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsetup.cc910 Value root_value(nullptr, switch_value); in FillOtherConfig() local
912 root_value, err); in FillOtherConfig()
921 const Value* root_value = dotfile_scope_.GetValue("root", true); in FillOtherConfig() local
922 if (root_value) { in FillOtherConfig()
923 if (!root_value->VerifyTypeIs(Value::STRING, err)) { in FillOtherConfig()
928 Label(), *root_value, err); in FillOtherConfig()