Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsubstitution_type.cc44 &SubstitutionBundleExecutableDir,
99 const Substitution SubstitutionBundleExecutableDir = { variable
139 type == &SubstitutionBundleExecutableDir; in SubstitutionIsInBundleDir()
151 type == &SubstitutionBundleExecutableDir; in IsValidBundleDataSubstitution()
Dsubstitution_type.h63 extern const Substitution SubstitutionBundleExecutableDir;
Dbundle_file_rule.cc77 } else if (subrange.type == &SubstitutionBundleExecutableDir) { in ApplyPatternToSource()