Home
last modified time | relevance | path

Searched refs:destination_path (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_contacts_utils.py93 def phone_number_count(destination_path, file_name): argument
97 with open("{}{}".format(destination_path, file_name),
105 def count_contacts_with_differences(destination_path, argument
114 pce_contacts = parse_contacts("{}{}".format(destination_path,
116 pse_contacts = parse_contacts("{}{}".format(destination_path,
225 def generate_contact_list(destination_path, argument
256 create_new_contacts_vcf_from_vcards(destination_path, file_name, vcards)
259 def create_new_contacts_vcf_from_vcards(destination_path, vcf_file_name, argument
263 contact_file = open("{}{}".format(destination_path, vcf_file_name), "w+")
277 def import_device_contacts_from_vcf(device, destination_path, vcf_file, timeout=10): argument
[all …]
/tools/asuite/atest/
Dunittest_constants.py57 destination_path = os.path.join(
61 if not os.path.isdir(destination_path):
62 Path(destination_path).mkdir(parents=True, exist_ok=True)
65 zip_ref.extractall(destination_path)
66 package = os.path.join(destination_path, 'atest')
/tools/acloud/internal/lib/
Dandroid_build_client.py329 destination_path, argument
344 attempt_id, destination_bucket, destination_path)
351 destinationPath=destination_path)
356 attempt_id, destination_bucket, destination_path)
Dandroid_build_client_test.py108 destination_path=self.RESOURCE_ID)
133 destination_path=self.RESOURCE_ID)
/tools/acloud/public/
Ddevice_driver_test.py106 destination_path=fake_gs_object)
Ddevice_driver.py91 destination_path=disk_image_id)