/tools/acloud/internal/lib/ |
D | goldfish_utils.py | 75 def _UnpackBootImage(output_dir, boot_image_path, ota): argument 89 ota.UnpackBootImg(output_dir, boot_image_path) 120 def MixWithBootImage(output_dir, image_dir, boot_image_path, ota): argument 141 unpack_dir, boot_image_path, ota) 201 system_dlkm_image_path, ota): argument 222 ota.BuildSuperImage( 232 ota.MakeDisabledVbmetaImage(vbmeta_image_path) 236 ota.MkCombinedImg(
|
D | cvd_utils.py | 418 def _MixSuperImage(super_image_path, avd_spec, target_files_dir, ota): argument 459 ota.MixSuperImage(super_image_path, misc_info_path, image_dir, 529 ota = ota_tools.FindOtaTools( 538 avd_spec, target_files_dir, ota) 543 ota.MakeDisabledVbmetaImage(vbmeta_image_path)
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/ |
D | adb_sideload_ota_tool_test.py | 23 from acts.libs.ota.ota_runners import ota_runner 24 from acts.libs.ota.ota_tools import ota_tool 25 from acts.libs.ota.ota_tools import adb_sideload_ota_tool
|
D | update_device_ota_tool_test.py | 23 from acts.libs.ota.ota_runners import ota_runner 24 from acts.libs.ota.ota_tools import update_device_ota_tool
|
D | ota_tool_test.py | 18 from acts.libs.ota.ota_tools import ota_tool
|
D | ota_tool_factory_test.py | 18 from acts.libs.ota.ota_tools import ota_tool_factory
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/ |
D | ota_runner_factory.py | 20 from acts.libs.ota.ota_runners import ota_runner 21 from acts.libs.ota.ota_tools import ota_tool_factory 22 from acts.libs.ota.ota_tools import adb_sideload_ota_tool
|
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory.py | 539 ota = ota_tools.OtaTools(artifact_paths.ota_tools_dir) 555 artifact_paths.system_dlkm_image, ota) 560 image_dir, artifact_paths.boot_image, ota)) 625 system_image_path, system_dlkm_image_path, ota): argument 642 ota) 662 def _MixAndUploadKernelImages(self, image_dir, boot_image_path, ota): argument 677 temp_dir, image_dir, boot_image_path, ota)
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/ |
D | ota_tool_factory.py | 17 from acts.libs.ota.ota_tools.adb_sideload_ota_tool import AdbSideloadOtaTool 18 from acts.libs.ota.ota_tools.update_device_ota_tool import UpdateDeviceOtaTool
|
D | adb_sideload_ota_tool.py | 19 from acts.libs.ota.ota_tools.ota_tool import OtaTool
|
D | update_device_ota_tool.py | 22 from acts.libs.ota.ota_tools import ota_tool
|
/tools/treble/vf/ |
D | merge.sh | 62 --output-ota ${DIST_DIR}/${TARGET}-ota-${BUILD_ID}.zip \
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ |
D | ota_updater_test.py | 19 from acts.libs.ota import ota_updater 20 from acts.libs.ota.ota_runners import ota_runner
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/ |
D | ota_runner_factory_test.py | 23 from acts.libs.ota.ota_runners import ota_runner 24 from acts.libs.ota.ota_runners import ota_runner_factory
|
D | ota_runner_test.py | 21 from acts.libs.ota.ota_tools import ota_tool 22 from acts.libs.ota.ota_runners import ota_runner
|
/tools/test/connectivity/acts_tests/tests/sample/ |
D | OtaSampleTest.py | 18 from acts.libs.ota import ota_updater
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ |
D | ota_updater.py | 18 from acts.libs.ota.ota_runners import ota_runner_factory
|
/tools/acloud/create/ |
D | local_image_local_instance.py | 271 ota = ota_tools.OtaTools(artifact_paths.ota_tools_dir) 272 ota.MixSuperImage( 284 ota.MakeDisabledVbmetaImage(vbmeta_image_path)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTethering5GPskOTATest.py | 21 from acts.libs.ota import ota_updater
|
D | WifiTethering5GOpenOTATest.py | 21 from acts.libs.ota import ota_updater
|
D | WifiTethering2GPskOTATest.py | 21 from acts.libs.ota import ota_updater
|
D | WifiTethering2GOpenOTATest.py | 21 from acts.libs.ota import ota_updater
|
/tools/test/connectivity/acts_tests/tests/google/bt/ota/ |
D | BtOtaTest.py | 16 from acts.libs.ota import ota_updater
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | CoreNetworkingOTATest.py | 22 from acts.libs.ota import ota_updater
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/ |
D | README.md | 18 * ota (over-the-air): A small number of tests which configure the device
|