Home
last modified time | relevance | path

Searched refs:dependency_path (Results 1 – 4 of 4) 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.py214 self, dependency, platform, dependency_path, version=None, argument
254 cs_hash = cloud_storage.CalculateHash(dependency_path)
266 cs_bucket, cs_remote_path, dependency_path))
/external/chromium-trace/catapult/devil/devil/
Ddevil_env.py58 def LocalConfigItem(dependency_name, dependency_platform, dependency_path): argument
59 if isinstance(dependency_path, basestring):
60 dependency_path = [dependency_path]
65 'local_paths': dependency_path
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni887 dependency_path =
892 dependency_path,