Searched refs:DestDir (Results 1 – 2 of 2) sorted by relevance
/device/google/gs-common/gear/dumpstate/ |
D | pixel_dump.cpp | 55 void dumpLogs(const char* SrcDir, const char* DestDir, int limit, const char* prefix) { in dumpLogs() argument 67 if (access(DestDir, R_OK)) { in dumpLogs() 68 printf("Unable to find folder: %s\n", DestDir); in dumpLogs() 86 …copyFile(concatenatePath(SrcDir, dirent_list[i]->d_name).c_str(), concatenatePath(DestDir, dirent_… in dumpLogs() 97 void copyFile(const char* SrcDir, const char* DestDir) { in copyFile() argument 99 std::ofstream dst(DestDir, std::ios::binary); in copyFile()
|
/device/google/gs-common/gear/dumpstate/include/dump/ |
D | pixel_dump.h | 12 void dumpLogs(const char* SrcDir, const char* DestDir, int limit, const char* prefix); 13 void copyFile(const char* SrcDir, const char* DestDir);
|