HomeSort by relevance Sort by last modified time
    Searched defs:product_dir (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromecast/common/
cast_resource_delegate.cc 44 base::FilePath product_dir; local
45 if (!PathService::Get(base::DIR_MODULE, &product_dir)) {
48 return product_dir.
  /external/chromium_org/chrome/installer/util/
installer_state.cc 355 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;
463 base::FilePath product_dir = local
    [all...]

Completed in 352 milliseconds