Searched refs:destDir (Results 1 – 7 of 7) sorted by relevance
/device/google/coral/dumpstate/ |
D | DumpstateDevice.h | 43 void dumpLogs(int fd, std::string srcDir, std::string destDir, int maxFileNum,
|
D | DumpstateDevice.cpp | 69 void DumpstateDevice::dumpLogs(int fd, std::string srcDir, std::string destDir, in dumpLogs() argument 100 std::string destLogFile = destDir + "/" + dirent_list[i]->d_name; in dumpLogs()
|
/device/google/crosshatch/dumpstate/ |
D | DumpstateDevice.h | 43 void dumpLogs(int fd, std::string srcDir, std::string destDir, int maxFileNum,
|
D | DumpstateDevice.cpp | 64 void DumpstateDevice::dumpLogs(int fd, std::string srcDir, std::string destDir, in dumpLogs() argument 95 std::string destLogFile = destDir + "/" + dirent_list[i]->d_name; in dumpLogs()
|
/device/google/wahoo/dumpstate/ |
D | DumpstateDevice.h | 43 void dumpDiagLogs(int fd, std::string srcDir, std::string destDir);
|
D | DumpstateDevice.cpp | 57 void DumpstateDevice::dumpDiagLogs(int fd, std::string srcDir, std::string destDir) { in dumpDiagLogs() argument 88 std::string destLogFile = destDir + "/" + dirent_list[i]->d_name; in dumpDiagLogs()
|
/device/google/bonito/dumpstate/ |
D | DumpstateDevice.cpp | 64 static void dumpLogs(int fd, std::string srcDir, std::string destDir, in dumpLogs() argument 95 std::string destLogFile = destDir + "/" + dirent_list[i]->d_name; in dumpLogs()
|