use CFileHelpers::copyFile instead of own function; cleanup helpers

Origin commit data
------------------
Commit: 6d01d59b53
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-11 (Thu, 11 Aug 2016)

Origin message was:
------------------
- use CFileHelpers::copyFile instead of own function; cleanup helpers
This commit is contained in:
vanhofen
2016-08-11 13:52:49 +02:00
parent c5ec2be239
commit 31a80d2f93
6 changed files with 15 additions and 50 deletions

View File

@@ -122,10 +122,9 @@ std::string getJFFS2MountPoint(int mtdPos);
std::string Lang2ISO639_1(std::string& lang);
//NI
bool File_copy(std::string rstr, std::string wstr);
int getpidof(const char *process);
std::string filehash(const char * file);
std::string get_path(const char * path);
int getpidof(const char *process);
std::string filehash(const char * file);
std::string get_path(const char * path);
inline bool file_exists(const std::string file) { return file_exists(file.c_str()); }
#endif