Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dfunction_toolchain.cc754 bool (*subst_output_validator)(SubstitutionType) = NULL; in RunTool() local
757 subst_output_validator = &IsValidCompilerOutputsSubstitution; in RunTool()
760 subst_output_validator = &IsValidLinkerOutputsSubstitution; in RunTool()
763 subst_output_validator = &IsValidCopySubstitution; in RunTool()
766 subst_output_validator = &IsValidToolSubstutition; in RunTool()
800 if (!ReadOutputs(&block_scope, function, subst_output_validator, in RunTool()