Searched refs:patch_path (Results 1 – 2 of 2) sorted by relevance
18 patch_path=$121 …efix=a/mock/ -i 'a/Lib/unittest/mock.py' -i 'b/Lib/unittest/mock.py' $patch_path > $patch_path.mock23 …unittest/test/testmock/*.py' -i 'b/Lib/unittest/test/testmock/*.py' $patch_path > $patch_path.tests25 filterdiff --strip 2 --addprefix=a/ -i a/Misc/NEWS -i b/Misc/NEWS $patch_path > $patch_path.NEWS26 cp $patch_path $patch_path.orig28 cat $patch_path.mock $patch_path.tests > $patch_path29 filtered=$(cat $patch_path)31 cat $patch_path.NEWS >> $patch_path37 rm $patch_path.mock $patch_path.tests $patch_path.NEWS
137 string patch_path; in TestPatching() local138 ASSERT_TRUE(MakeTempFile(&patch_path, nullptr)); in TestPatching()139 ScopedPathUnlinker scoped_unlinker(patch_path); in TestPatching()141 {bsdiff::CompressorType::kBZ2}, patch_path, &patch_out)); in TestPatching()