Home
last modified time | relevance | path

Searched refs:IsFileUrl (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Drsync.py393 if exp_src_url.IsFileUrl() and os.path.islink(exp_src_url.object_name):
420 if src_url.IsFileUrl():
421 if dst_crc32c != _NA or dst_url.IsFileUrl():
426 elif dst_md5 != _NA or dst_url.IsFileUrl():
431 if dst_url.IsFileUrl():
543 if (cls.exclude_symlinks and url.IsFileUrl()
573 if url.IsFileUrl():
882 if dst_url.IsFileUrl():
Dhash.py163 if not StorageUrlFromString(url_str).IsFileUrl():
Ddu.py235 if top_level_storage_url.IsFileUrl():
Dls.py394 if storage_url.IsFileUrl():
Dupdate.py316 if storage_url.IsFileUrl() and not storage_url.IsDirectory():
Dcp.py793 if (self.exp_dst_url.IsFileUrl()
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_storage_url.py40 self.assertTrue(storage_url.IsFileUrl())
44 self.assertTrue(storage_url.IsFileUrl())
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dstorage_url.py51 def IsFileUrl(self): member in StorageUrl
140 def IsFileUrl(self): member in _FileUrl
218 def IsFileUrl(self): member in _CloudUrl
Dname_expansion.py171 if storage_url.IsFileUrl() and storage_url.IsStream():
261 if expanded_url.IsFileUrl():
469 if expanded_url.IsFileUrl():
Dcopy_helper.py342 if dst_url.IsFileUrl():
408 if ((exp_dst_url.IsFileUrl() and not exp_dst_url.IsDirectory()) or
487 if dst_url.IsFileUrl():
531 if exp_src_url.IsFileUrl() and exp_src_url.IsStream():
558 (exp_dst_url.IsFileUrl() and exp_dst_url.IsDirectory()))
640 exp_dst_url.IsFileUrl() or _ShouldTreatDstUrlAsBucketSubDir(
1128 if storage_url.IsFileUrl():
1188 if (src_url.IsFileUrl() and src_url.delim == '\\'
1207 if src_url.IsFileUrl() and dst_url.IsFileUrl():
1232 if src_url.IsFileUrl() and src_url.IsStream():
[all …]
Dwildcard_iterator.py652 if url.IsFileUrl():
Dutil.py937 if storage_url.IsFileUrl():
Dcommand.py111 if exp_src_url.IsFileUrl() and os.path.islink(exp_src_url.object_name):