util: Unify function calling convention to specify destination first 67/192667/3
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 7 Nov 2018 11:00:18 +0000 (12:00 +0100)
committerKarol Lewandowski <lmctl@lmctl.net>
Wed, 7 Nov 2018 22:43:39 +0000 (23:43 +0100)
commita4d1efddefa2114211d736479dd4813ecc1e8014
tree8464c187156023d8a4252df8049117216d4d11bb
parentecbca2fe4b8722fd8dce6582abf46c35ae090883
util: Unify function calling convention to specify destination first

This commit adjusts signature of copy_file(), move_file() and
dump_file_write_fd() to specify destination first, source second.
This in line with rest of codebase.

Change-Id: I81285cda73d43ff2428ea5daf7ad27676e51ca8a
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
src/crash-manager/crash-manager.c
src/dump_systemstate/dump_systemstate.c
src/shared/util.c
src/shared/util.h