Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dbundle_file_rule.cc19 const BundleFileRule* bundle_file_rule, in ErrMissingPropertyForExpansion()
34 BundleFileRule::BundleFileRule(const Target* bundle_data_target, in BundleFileRule() function in BundleFileRule
42 BundleFileRule::BundleFileRule(const BundleFileRule& other) = default;
44 BundleFileRule::~BundleFileRule() = default;
46 bool BundleFileRule::ApplyPatternToSource(const Settings* settings, in ApplyPatternToSource()
94 bool BundleFileRule::ApplyPatternToSourceAsOutputFile( in ApplyPatternToSourceAsOutputFile()
Dbundle_file_rule.h20 class BundleFileRule {
22 BundleFileRule(const Target* bundle_data_target,
25 BundleFileRule(const BundleFileRule& other);
26 ~BundleFileRule();
Dninja_create_bundle_target_writer.h10 class BundleFileRule; variable
37 const BundleFileRule& file_rule,
Dbundle_data.cc98 BundleFileRule(target, file_rule_sources, in OnTargetResolved()
114 for (const BundleFileRule& file_rule : file_rules_) { in GetSourceFiles()
142 for (const BundleFileRule& file_rule : file_rules_) { in GetOutputsAsSourceFiles()
Dninja_create_bundle_target_writer.cc142 for (const BundleFileRule& file_rule : target_->bundle_data().file_rules()) in WriteCopyBundleDataSteps()
147 const BundleFileRule& file_rule, in WriteCopyBundleFileRuleSteps()
Dbundle_data.h30 using BundleFileRules = std::vector<BundleFileRule>;
Druntime_deps_unittest.cc321 module_data.bundle_data().file_rules().push_back(BundleFileRule( in TEST_F()
343 dylib_data.bundle_data().file_rules().push_back(BundleFileRule( in TEST_F()