Home
last modified time | relevance | path

Searched refs:destDir (Results 1 – 7 of 7) sorted by relevance

/device/google/coral/dumpstate/
DDumpstateDevice.h43 void dumpLogs(int fd, std::string srcDir, std::string destDir, int maxFileNum,
DDumpstateDevice.cpp69 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/
DDumpstateDevice.h43 void dumpLogs(int fd, std::string srcDir, std::string destDir, int maxFileNum,
DDumpstateDevice.cpp64 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/
DDumpstateDevice.h43 void dumpDiagLogs(int fd, std::string srcDir, std::string destDir);
DDumpstateDevice.cpp57 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/
DDumpstateDevice.cpp64 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()