Searched defs:patch (Results 1 - 5 of 5) sorted by relevance

/system/iot/attestation/at-factory-tool/
H A Dfastbootsh_unittest.py20 from mock import patch namespace
42 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
50 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
60 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
71 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
78 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
88 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
101 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
114 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
126 @patch('fastboots
[all...]
H A Dfastbootsubp_unittest.py21 from mock import patch namespace
45 @patch('subprocess.check_output', create=True)
54 @patch('subprocess.check_output', create=True)
65 @patch('subprocess.check_output', create=True)
76 @patch('subprocess.check_output', create=True)
88 @patch('subprocess.check_output', create=True)
96 @patch('subprocess.check_output', create=True)
106 @patch('subprocess.check_output', create=True)
118 @patch('subprocess.check_output', create=True)
130 @patch('subproces
[all...]
H A Datft_unittest.py25 from mock import patch namespace
147 @patch('wx.FileDialog')
163 @patch('wx.FileDialog')
212 @patch('threading.Timer')
213 @patch('wx.QueueEvent')
229 @patch('threading.Timer')
654 @patch('wx.QueueEvent')
683 @patch('wx.QueueEvent')
H A Datftman_unittest.py32 from mock import patch namespace
116 @patch('threading.Timer')
117 @patch('__main__.AtftManTest.FastbootDeviceTemplate.ListDevices')
136 @patch('threading.Timer')
137 @patch('__main__.AtftManTest.FastbootDeviceTemplate.ListDevices')
153 @patch('threading.Timer')
154 @patch('__main__.AtftManTest.FastbootDeviceTemplate.ListDevices')
167 @patch('threading.Timer')
168 @patch('__main__.AtftManTest.FastbootDeviceTemplate.ListDevices')
183 @patch('threadin
[all...]
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc742 base::FilePath patch; local
743 TEST_AND_RETURN_FALSE(base::CreateTemporaryFile(&patch));
744 ScopedPathUnlinker unlinker(patch.value());
750 bsdiff::CreateBSDF2PatchWriter(patch.value(),
755 bsdiff_patch_writer = bsdiff::CreateBsdiffPatchWriter(patch.value());
769 TEST_AND_RETURN_FALSE(utils::ReadFile(patch.value(), &bsdiff_delta));

Completed in 159 milliseconds