Home
last modified time | relevance | path

Searched refs:GetDestURL (Results 1 – 2 of 2) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_repack_test.py46 ret = command.GetDestURL("gs://bucket/base/url")
70 ret = command.GetDestURL("gs://bucket/base/url")
109 command.GetDestURL = mock.Mock(
147 command.GetDestURL = mock.Mock(
Dcommand_repack.py76 self.GetDestURL(args.dest))
116 def GetDestURL(self, dest_base_url): member in CommandRepack