HomeSort by relevance Sort by last modified time
    Searched refs:exp_dst_url (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
cp.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py 390 def InsistDstUrlNamesContainer(exp_dst_url, have_existing_dst_container,
398 exp_dst_url: Wildcard-expanded destination StorageUrl.
399 have_existing_dst_container: bool indicator of whether exp_dst_url
408 if ((exp_dst_url.IsFileUrl() and not exp_dst_url.IsDirectory()) or
409 (exp_dst_url.IsCloudUrl() and exp_dst_url.IsBucket()
496 have_multiple_srcs, exp_dst_url, have_existing_dest_subdir,
498 """Constructs the destination URL for a given exp_src_url/exp_dst_url pair.
511 exp_dst_url: the expanded StorageUrl requested for the cp destination
    [all...]

Completed in 829 milliseconds