aboutsummaryrefslogtreecommitdiffstats
path: root/lib/file-util.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-05Fix function interface descriptionsNaoto Yamaguchi1-2/+2
The librefop use doxygen to create interface document. Existing code has some description error in interface description. This patch fix these error. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I83a68fb708a6c850f01559ab3780d1e9c3fdd7d9
2022-08-05Reformat codeNaoto Yamaguchi1-7/+7
The librefop define the coding style using clang-format. This patch reformat code using clang-format. Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I6f6647317f2916c583ca68e1259da2e08a989657
2022-07-28Initial commit for libredundancyfileop sourceNaoto Yamaguchi1-0/+73
This patch add initial source code registration to repository. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I2b7331030f69e1d4cc396db9821f88e87e5b49a2