예제 #1
0
파일: setup.py 프로젝트: alexfordc/p528
 def push_data_deps_to_device_dir(device):
   device_dir = (constants.TEST_EXECUTABLE_DIR
       if test_package.suite_name == 'breakpad_unittests'
       else device.GetExternalStoragePath())
   base_setup.PushDataDeps(device, device_dir, test_options)
예제 #2
0
 def push_data_deps_to_device_dir(device):
     base_setup.PushDataDeps(device, device.GetExternalStoragePath(),
                             test_options)
예제 #3
0
파일: setup.py 프로젝트: TobbyT/mojo-apps
 def push_data_deps_to_device_dir(device):
     device_dir = os.path.join(device.GetExternalStoragePath(),
                               DEVICE_DATA_DIR)
     base_setup.PushDataDeps(device, device_dir, test_options)