Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtool.h209 return rspfile_content_; in rspfile_content()
213 rspfile_content_ = std::move(content); in set_rspfile_content()
295 SubstitutionPattern rspfile_content_; variable
Dtool.cc29 rspfile_content_.FillRequiredTypes(&substitution_bits_); in SetToolComplete()
213 !ReadPattern(scope, "rspfile_content", &rspfile_content_, err) || in InitTool()