create a function that copies a file
Bug: 240530709 Test: adb bugreport Change-Id: Ie09b70a7b9b10e42c46618944fa598f6c0120db2
This commit is contained in:
parent
39e672acb4
commit
147df54dc6
2 changed files with 10 additions and 4 deletions
|
@ -10,5 +10,6 @@ void dumpFileContent(const char* title, const char* file_path);
|
|||
void runCommand(const char* title, const char* cmd);
|
||||
std::string concatenatePath(const char* folder, const char* file);
|
||||
void dumpLogs(const char* SrcDir, const char* DestDir, int limit, const char* prefix);
|
||||
void copyFile(const char* SrcDir, const char* DestDir);
|
||||
|
||||
#endif // DEVICE_GOOGLE_GS_COMMON_INSMOD_INCLUDE_DUMP_PIXEL_DUMP_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue