Searched refs:product_dir (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromecast/common/
H A Dcast_resource_delegate.cc44 base::FilePath product_dir; local
45 if (!PathService::Get(base::DIR_MODULE, &product_dir)) {
48 return product_dir.
/external/chromium_org/build/android/gyp/
H A Dlint.py23 result_path, product_dir, sources, jar_path):
39 'PRODUCT_DIR', _RelativizePath(product_dir))
47 _RelativizePath(product_dir), 'PRODUCT_DIR')
176 'result_path', 'product_dir',
194 options.product_dir, sources, options.jar_path)
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc355 const base::FilePath* product_dir) const {
375 if (product_dir == NULL)
378 (product_dir == NULL ? default_dir : *product_dir).value(),
392 // Adds |product|, installed in |product_dir| to this object's collection. If
393 // |product_dir| is NULL, the product's default install location is used.
397 const base::FilePath* product_dir,
403 if (!CanAddProduct(the_product, product_dir))
412 if (product_dir == NULL)
415 target_path_ = *product_dir;
396 AddProductInDirectory( const base::FilePath* product_dir, scoped_ptr<Product>* product) argument
463 base::FilePath product_dir = local
[all...]
H A Dinstaller_state.h241 const base::FilePath* product_dir) const;
242 Product* AddProductInDirectory(const base::FilePath* product_dir,
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py736 def GetLdflags(self, configname, product_dir, gyp_to_build_path, arch=None):
741 product_dir: The directory where products such static and dynamic
790 ldflags.append('-L' + product_dir)
1300 def GetMacBundleResources(product_dir, xcode_settings, resources):
1305 product_dir: Path to the directory containing the output bundle,
1310 dest = os.path.join(product_dir,
1340 def GetMacInfoPlist(product_dir, xcode_settings, gyp_path_to_build_path):
1354 product_dir: Path to the directory containing the output bundle,
1381 dest_plist = os.path.join(product_dir, xcode_settings.GetBundlePlistPath())
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja.py253 def ExpandSpecial(self, path, product_dir=None):
256 If |product_dir| is None, assumes the cwd is already the product
257 dir. Otherwise, |product_dir| is the relative path to the product
263 if product_dir:
264 path = path.replace(PRODUCT_DIR, product_dir)
274 # so insert product_dir in front if it is provided.
276 os.path.join(product_dir or '', int_dir))
1399 if arch is None and 'product_dir' in spec:
1400 path = os.path.join(spec['product_dir'], filename)

Completed in 167 milliseconds