Searched refs:dependency_path (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | cloud_storage_info.py | 77 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)
|
D | base_config.py | 214 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/ |
D | devil_env.py | 58 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/ |
D | mojom.gni | 887 dependency_path = 892 dependency_path,
|