Home
last modified time | relevance | path

Searched refs:ApplyPatternToSource (Results 1 – 7 of 7) 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.cc130 if (!file_rule.ApplyPatternToSource(settings, target, *this, source, in GetOutputsAsSourceFiles()
/third_party/gn/patches/
Dfd9f2036f26d83f9fcfe93042fb952e5a7fe2167.patch74 @@ -45,12 +45,6 @@ TEST(SubstitutionWriter, ApplyPatternToSource) {
75 SourceFile result = SubstitutionWriter::ApplyPatternToSource(
79 - result = SubstitutionWriter::ApplyPatternToSource(