Searched refs:patch (Results 1 - 2 of 2) sorted by relevance
/build/hb/util/prebuild/ |
H A D | patch_process.py | 25 """Patch class for hb_internal.build --patch parameter 26 Install the patch based on the configuration file. 31 self.patch_cfg = os.path.join(self.config.product_path, 'patch.yml') 37 reverse (bool, optional): True if the patch is rolled back, 46 # Try to update patch cache and check whether rollback is required 52 'which "--patch" parameter needs', '0020') 59 """Run the patch installation command. 62 src_path (string): Path to which the patch needs to be installed 64 reverse (bool, optional): True if the patch is rolled back, 73 raise OHOSException(f'{src_path} not exist, stop applying patch', '002 109 patch = Patch() global() variable [all...] |
/build/config/mac/ |
H A D | sdk_info.py | 47 major, minor, patch = split_version(version) 48 return ('%2s%s%s' % (major, minor, patch)).replace(' ', '0')
|
Completed in 1 milliseconds