Home
last modified time | relevance | path

Searched refs:patch_path (Results 1 – 2 of 2) sorted by relevance

/external/python/mock/tools/
Dapplypatch-transform18 patch_path=$1
21 …efix=a/mock/ -i 'a/Lib/unittest/mock.py' -i 'b/Lib/unittest/mock.py' $patch_path > $patch_path.mock
23 …unittest/test/testmock/*.py' -i 'b/Lib/unittest/test/testmock/*.py' $patch_path > $patch_path.tests
25 filterdiff --strip 2 --addprefix=a/ -i a/Misc/NEWS -i b/Misc/NEWS $patch_path > $patch_path.NEWS
26 cp $patch_path $patch_path.orig
28 cat $patch_path.mock $patch_path.tests > $patch_path
29 filtered=$(cat $patch_path)
31 cat $patch_path.NEWS >> $patch_path
37 rm $patch_path.mock $patch_path.tests $patch_path.NEWS
/external/puffin/src/
Dpatching_unittest.cc137 string patch_path; in TestPatching() local
138 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()