aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fileop.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-05Reformat codeNaoto Yamaguchi1-66/+77
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-08-05Fix undefined fail caseNaoto Yamaguchi1-9/+10
The some error case are not detect in err detection method. This patch fix fail path to avoid undefined fail case. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: Ic641fd121ef8c48891109207eec51afbc8a5ada1
2022-08-02Rename library and header filename to librefopNaoto Yamaguchi1-1/+1
Previously this library name is libredundancyfileop, but it's too long for use. This patch rename library for libredundancyfileop to librefop. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I450c31cfe36f246489f9198e4cf2cfd6e85cb0ab
2022-07-28Initial commit for libredundancyfileop sourceNaoto Yamaguchi1-0/+377
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