Searched refs:srcFile (Results 1 – 4 of 4) sorted by relevance
/device/google/barbet/dumpstate/ |
D | DumpstateDevice.cpp | 72 static void copyFile(std::string srcFile, std::string destFile) { in copyFile() argument 76 int fdSrc = open(srcFile.c_str(), O_RDONLY); in copyFile() 78 ALOGD("Failed to open source file %s\n", srcFile.c_str()); in copyFile() 89 ALOGD("Copying %s to %s\n", srcFile.c_str(), destFile.c_str()); in copyFile()
|
/device/google/coral/dumpstate/ |
D | DumpstateDevice.cpp | 73 static void copyFile(std::string srcFile, std::string destFile) { in copyFile() argument 77 int fdSrc = open(srcFile.c_str(), O_RDONLY); in copyFile() 79 ALOGD("Failed to open source file %s\n", srcFile.c_str()); in copyFile() 90 ALOGD("Copying %s to %s\n", srcFile.c_str(), destFile.c_str()); in copyFile()
|
/device/google/redfin/dumpstate/ |
D | DumpstateDevice.cpp | 70 static void copyFile(std::string srcFile, std::string destFile) { in copyFile() argument 74 int fdSrc = open(srcFile.c_str(), O_RDONLY); in copyFile() 76 ALOGD("Failed to open source file %s\n", srcFile.c_str()); in copyFile() 87 ALOGD("Copying %s to %s\n", srcFile.c_str(), destFile.c_str()); in copyFile()
|
/device/google/sunfish/dumpstate/ |
D | DumpstateDevice.cpp | 71 static void copyFile(std::string srcFile, std::string destFile) { in copyFile() argument 75 int fdSrc = open(srcFile.c_str(), O_RDONLY); in copyFile() 77 ALOGD("Failed to open source file %s\n", srcFile.c_str()); in copyFile() 88 ALOGD("Copying %s to %s\n", srcFile.c_str(), destFile.c_str()); in copyFile()
|