Searched refs:dependency_path (Results 1 – 2 of 2) sorted by relevance
77 dependency_path = self._download_path81 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_mode88 os.chmod(dependency_path, mode | stat.S_IXUSR)89 return os.path.abspath(dependency_path)
189 self, dependency, platform, dependency_path, version=None, argument229 cs_hash = cloud_storage.CalculateHash(dependency_path)241 cs_bucket, cs_remote_path, dependency_path))