Searched refs:ApplyPatternToSource (Results 1 – 7 of 7) sorted by relevance
| /third_party/gn/src/gn/ |
| D | bundle_file_rule.cc | 46 bool BundleFileRule::ApplyPatternToSource(const Settings* settings, in ApplyPatternToSource() function in BundleFileRule 102 if (!ApplyPatternToSource(settings, target, bundle_data, source_file, in ApplyPatternToSourceAsOutputFile()
|
| D | substitution_writer_unittest.cc | 37 TEST(SubstitutionWriter, ApplyPatternToSource) { in TEST() argument 45 SourceFile result = SubstitutionWriter::ApplyPatternToSource( in TEST() 49 result = SubstitutionWriter::ApplyPatternToSource( in TEST()
|
| D | bundle_file_rule.h | 30 bool ApplyPatternToSource(const Settings* settings,
|
| D | substitution_writer.cc | 205 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()
|
| D | substitution_writer.h | 88 static SourceFile ApplyPatternToSource(const Target* target,
|
| D | bundle_data.cc | 130 if (!file_rule.ApplyPatternToSource(settings, target, *this, source, in GetOutputsAsSourceFiles()
|
| /third_party/gn/patches/ |
| D | fd9f2036f26d83f9fcfe93042fb952e5a7fe2167.patch | 74 @@ -45,12 +45,6 @@ TEST(SubstitutionWriter, ApplyPatternToSource) { 75 SourceFile result = SubstitutionWriter::ApplyPatternToSource( 79 - result = SubstitutionWriter::ApplyPatternToSource(
|