Searched refs:patch (Results 1 – 12 of 12) sorted by relevance
/system/iot/attestation/at-factory-tool/ |
D | fastbootsubp_unittest.py | 21 from mock import patch 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('subprocess.check_output', create=True) [all …]
|
D | fastbootsh_unittest.py | 20 from mock import patch 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('fastbootsh.FastbootDevice.fastboot_command', create=True) [all …]
|
D | atftman_unittest.py | 32 from mock import patch 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('threading.Timer') [all …]
|
D | atft_unittest.py | 25 from mock import patch 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')
|
/system/bt/doc/ |
D | style_guide.md | 280 Use this option if your patch touches only a few files with few intermediate 283 ##### Find the formatting patch 289 ##### Revert the formatting patch 295 ##### Check for conflicts with your patch 299 If this list contains files modified by your patch, you should give up 305 If this list contains files not modified by your patch, you should unstage them 313 ##### Apply your patch 321 ##### Commit the code that your patch touched 331 ##### Review your new patch 335 #### Option 2: Reformat your patch [all …]
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils.cc | 742 base::FilePath patch; in ReadExtentsToDiff() local 743 TEST_AND_RETURN_FALSE(base::CreateTemporaryFile(&patch)); in ReadExtentsToDiff() 744 ScopedPathUnlinker unlinker(patch.value()); in ReadExtentsToDiff() 750 bsdiff::CreateBSDF2PatchWriter(patch.value(), in ReadExtentsToDiff() 755 bsdiff_patch_writer = bsdiff::CreateBsdiffPatchWriter(patch.value()); in ReadExtentsToDiff() 769 TEST_AND_RETURN_FALSE(utils::ReadFile(patch.value(), &bsdiff_delta)); in ReadExtentsToDiff()
|
/system/core/shell_and_utilities/ |
D | README.md | 115 more mountpoint mv netstat nice nl nohup od paste patch pgrep pidof 137 mountpoint mv netstat nice nl nohup od paste patch pgrep pidof pkill 161 nl nohup od paste patch pgrep pidof pkill pmap printenv printf ps pwd 187 od paste patch pgrep pidof pkill pmap printenv printf ps pwd readlink
|
/system/sepolicy/public/ |
D | shell.te | 87 # Allow shell to read the vendor security patch level for CTS
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | shell.te | 87 # Allow shell to read the vendor security patch level for CTS
|
/system/extras/ioblame/ |
D | README | 210 The -w (writepages) option requires this additional patch and
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 28001 If an algorithm is found to be flawed, a patch of that algorithm might be installed using the firmw… 28002 upgrade process. The patch might be a replacement of a portion of the code or a complete
|
D | raw_commands_fixed.txt | 28012 If an algorithm is found to be flawed, a patch of that algorithm might be installed using the firmw… 28013 upgrade process. The patch might be a replacement of a portion of the code or a complete
|