Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dbundle_file_rule.cc46 bool BundleFileRule::ApplyPatternToSource(const Settings* settings, in ApplyPatternToSource() function in BundleFileRule
102 if (!ApplyPatternToSource(settings, target, bundle_data, source_file, in ApplyPatternToSourceAsOutputFile()
Dsubstitution_writer_unittest.cc37 TEST(SubstitutionWriter, ApplyPatternToSource) { in TEST() argument
45 SourceFile result = SubstitutionWriter::ApplyPatternToSource( in TEST()
49 result = SubstitutionWriter::ApplyPatternToSource( in TEST()
Dbundle_file_rule.h30 bool ApplyPatternToSource(const Settings* settings,
Dsubstitution_writer.cc205 SourceFile SubstitutionWriter::ApplyPatternToSource( in ApplyPatternToSource() function in SubstitutionWriter
244 ApplyPatternToSource(target, settings, pattern, source); in ApplyPatternToSourceAsOutputFile()
255 output->push_back(ApplyPatternToSource(target, settings, item, source)); in ApplyListToSource()
Dsubstitution_writer.h88 static SourceFile ApplyPatternToSource(const Target* target,
Dbundle_data.cc145 if (!file_rule.ApplyPatternToSource(settings, target, *this, source, in GetOutputsAsSourceFiles()