Home
last modified time | relevance | path

Searched refs:GetBundleRootDirOutput (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Dbundle_data.cc168 outputs_as_source->push_back(GetBundleRootDirOutput(settings)); in GetOutputsAsSourceFiles()
179 SourceFile BundleData::GetBundleRootDirOutput(const Settings* settings) const { in GetBundleRootDirOutput() function in BundleData
190 return SourceDir(GetBundleRootDirOutput(settings).value()); in GetBundleRootDirOutputAsDir()
194 return GetBundleRootDirOutput(settings).GetDir(); in GetBundleDir()
Dbundle_data.h72 SourceFile GetBundleRootDirOutput(const Settings* settings) const;
Dninja_create_bundle_target_writer.cc103 target_->bundle_data().GetBundleRootDirOutput(settings_))); in Run()
Dxcode_writer.cc924 target->bundle_data().GetBundleRootDirOutput(target->settings()).value(), in AddBundleTarget()
Ddesc_builder.cc794 base::Value(bundle_data.GetBundleRootDirOutput(settings).value())); in FillInBundle()