Lines Matching refs:src_path
192 src_path = '/abs/path/to/src'
199 patch_manager.ApplyPatch(src_path, abs_patch_path)
202 str(err.exception), 'Invalid src path provided: %s' % src_path)
208 src_path = '/abs/path/to/src'
215 patch_manager.ApplyPatch(src_path, abs_patch_path)
242 src_path = '/abs/path/to/src'
246 self.assertEqual(patch_manager.ApplyPatch(src_path, abs_patch_path), False)
262 src_path = '/abs/path/to/src'
266 self.assertEqual(patch_manager.ApplyPatch(src_path, abs_patch_path), True)
346 src_path = '/some/path/to/src'
354 src_path, FailureModes.FAIL)
390 src_path = '/some/path/to/src'
400 src_path, FailureModes.FAIL)
408 mock_apply_patch.assert_called_once_with(src_path, abs_patch_path)
501 src_path = '/some/path/to/src/'
506 abs_path_to_filesdir, src_path,
616 src_path = '/some/path/to/src/'
621 abs_path_to_filesdir, src_path,
751 src_path = '/some/path/to/src/'
756 abs_path_to_filesdir, src_path,
882 src_path = '/some/path/to/src/'
887 abs_path_to_filesdir, src_path,