Searched refs:GetTrackerFilePath (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | tracker_file.py | 116 def GetTrackerFilePath(dst_url, tracker_file_type, api_selector, src_url=None, function 174 DeleteTrackerFile(GetTrackerFilePath(dst_url, TrackerFileType.DOWNLOAD, 199 parallel_tracker_file_path = GetTrackerFilePath( 216 tracker_file_paths.append(GetTrackerFilePath( 386 tracker_file_name = GetTrackerFilePath(dst_url, tracker_file_type,
|
D | copy_helper.py | 87 from gslib.tracker_file import GetTrackerFilePath 955 tracker_file = GetTrackerFilePath(dst_url, TrackerFileType.PARALLEL_UPLOAD, 1388 tracker_file_name = GetTrackerFilePath( 1835 tracker_file_name = GetTrackerFilePath(dst_url,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_cp.py | 44 from gslib.copy_helper import GetTrackerFilePath 1371 tracker_filename = GetTrackerFilePath( 1481 tracker_filename = GetTrackerFilePath( 1508 tracker_filename = GetTrackerFilePath( 1546 tracker_filename = GetTrackerFilePath( 1664 tracker_filename = GetTrackerFilePath( 1702 tracker_filename = GetTrackerFilePath( 1732 tracker_filename = GetTrackerFilePath( 1808 tracker_filename = GetTrackerFilePath(
|