Home
last modified time | relevance | path

Searched refs:dependency_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dcloud_storage_info.py77 dependency_path = self._download_path
81 if not os.path.exists(dependency_path):
82 raise exceptions.FileNotFoundError(dependency_path)
85 dependency_path = self._archive_info.GetUnzippedPath()
87 mode = os.stat(dependency_path).st_mode
88 os.chmod(dependency_path, mode | stat.S_IXUSR)
89 return os.path.abspath(dependency_path)
Dbase_config.py189 self, dependency, platform, dependency_path, version=None, argument
229 cs_hash = cloud_storage.CalculateHash(dependency_path)
241 cs_bucket, cs_remote_path, dependency_path))