Searched refs:ReadPattern (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/gn/ |
D | function_toolchain.cc | 77 bool ReadPattern(Scope* scope, in ReadPattern() function 771 if (!ReadPattern(&block_scope, "command", subst_validator, tool.get(), in RunTool() 774 !ReadPattern(&block_scope, "depfile", subst_validator, tool.get(), in RunTool() 777 !ReadPattern(&block_scope, "description", subst_validator, tool.get(), in RunTool() 783 !ReadPattern(&block_scope, "link_output", subst_validator, tool.get(), in RunTool() 785 !ReadPattern(&block_scope, "depend_output", subst_validator, tool.get(), in RunTool() 790 !ReadPattern(&block_scope, "rspfile", subst_validator, tool.get(), in RunTool() 792 !ReadPattern(&block_scope, "rspfile_content", subst_validator, tool.get(), in RunTool()
|