Searched refs:patch_string (Results 1 – 3 of 3) sorted by relevance
/third_party/cef/tools/ |
D | git_util.py | 130 patch_string = open(patch_path, 'rb').read() 134 patch_string = patch_string.replace(b'\r\n', b'\n') 145 result = exec_cmd(cmd, patch_dir, patch_string) 150 result = exec_cmd(cmd, patch_dir, patch_string) 157 result = exec_cmd(cmd, patch_dir, patch_string) 166 result = exec_cmd(cmd, patch_dir, patch_string)
|
D | patch_updater.py | 231 patch_string = open(patch_file, 'rb').read() variable 232 result = exec_cmd('patch -p0', patch_root_abs, patch_string)
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_util.c | 37 const char *patch_string = minor_string ? strchr(minor_string + 1, '.') : NULL; in vk_get_driver_version() local 40 int patch = patch_string ? atoi(patch_string + 1) : 0; in vk_get_driver_version()
|