Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsubstitution_type.cc42 &SubstitutionBundleContentsDir,
95 const Substitution SubstitutionBundleContentsDir = {"{{bundle_contents_dir}}", variable
137 type == &SubstitutionBundleContentsDir || in SubstitutionIsInBundleDir()
149 type == &SubstitutionBundleContentsDir || in IsValidBundleDataSubstitution()
Dsubstitution_type.h61 extern const Substitution SubstitutionBundleContentsDir;
Dbundle_file_rule.cc63 } else if (subrange.type == &SubstitutionBundleContentsDir) { in ApplyPatternToSource()