Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dbundle_file_rule.cc64 if (bundle_data.contents_dir().is_null()) { in ApplyPatternToSource()
69 output_path.append(bundle_data.contents_dir().value()); in ApplyPatternToSource()
Dbundle_data.h97 SourceDir& contents_dir() { return contents_dir_; } in contents_dir() function
98 const SourceDir& contents_dir() const { return contents_dir_; } in contents_dir() function
Druntime_deps_unittest.cc356 const std::string contents_dir(root_dir + "Versions/A/"); in TEST_F() local
358 bundle.bundle_data().contents_dir() = SourceDir(contents_dir); in TEST_F()
359 bundle.bundle_data().resources_dir() = SourceDir(contents_dir + "Resources"); in TEST_F()
360 bundle.bundle_data().executable_dir() = SourceDir(contents_dir + "MacOS"); in TEST_F()
Dninja_create_bundle_target_writer_unittest.cc20 bundle_data->contents_dir() = SourceDir(bundle_root_dir + "/Contents"); in SetupBundleDataDir()
22 SourceDir(bundle_data->contents_dir().value() + "/Resources"); in SetupBundleDataDir()
24 SourceDir(bundle_data->contents_dir().value() + "/MacOS"); in SetupBundleDataDir()
Dcreate_bundle_target_generator.cc37 &bundle_data.contents_dir())) in DoRun()