Searched refs:contents_dir (Results 1 – 5 of 5) sorted by relevance
64 if (bundle_data.contents_dir().is_null()) { in ApplyPatternToSource()69 output_path.append(bundle_data.contents_dir().value()); in ApplyPatternToSource()
97 SourceDir& contents_dir() { return contents_dir_; } in contents_dir() function98 const SourceDir& contents_dir() const { return contents_dir_; } in contents_dir() function
356 const std::string contents_dir(root_dir + "Versions/A/"); in TEST_F() local358 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()
20 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()
37 &bundle_data.contents_dir())) in DoRun()