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

  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils_test.py 144 _FindAndVerifyPartitionsAndImages(_PARTITIONS, 'test'), _IMAGES),
160 _FindAndVerifyPartitionsAndImages(_PARTITIONS, 'test'), _IMAGES),
289 imgs = fastboot_utils._FindAndVerifyPartitionsAndImages(
326 imgs = fastboot_utils._FindAndVerifyPartitionsAndImages(
335 fastboot_utils._FindAndVerifyPartitionsAndImages(['test'], 'test')
340 fastboot_utils._FindAndVerifyPartitionsAndImages(['cache'], 'test')
fastboot_utils.py 38 def _FindAndVerifyPartitionsAndImages(partitions, directory):
206 flash_image_files = _FindAndVerifyPartitionsAndImages(partitions, directory)

Completed in 58 milliseconds