Searched refs:dstFile (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/kernel_lite/utils/ |
H A D | libfs.cpp | 91 int CopyFile(const char *srcFile, const char *dstFile)
in CopyFile() argument 99 FILE *dstFp = fopen(dstFile, "wb");
in CopyFile() 101 LOG("Cannot create dest file %s: errno=%d,%s \n", dstFile, errno, strerror(errno));
in CopyFile()
|
H A D | libfs.h | 45 * desc: copy srcFile to dstFile. if dstFile exist, it will be reflashed 49 int CopyFile(const char *srcFile, const char *dstFile);
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | libfs.cpp | 94 int CopyFile(const char *srcFile, const char *dstFile)
in CopyFile() argument 102 FILE *dstFp = fopen(dstFile, "wb");
in CopyFile() 104 LOG("Cannot create dest file %s: errno=%d,%s \n", dstFile, errno, strerror(errno));
in CopyFile()
|
H A D | libfs.h | 45 * desc: copy srcFile to dstFile. if dstFile exist, it will be reflashed 49 int CopyFile(const char *srcFile, const char *dstFile);
|
Completed in 1 milliseconds