Home
last modified time | relevance | path

Searched refs:srcFile (Results 1 – 4 of 4) sorted by relevance

/device/google/barbet/dumpstate/
DDumpstateDevice.cpp72 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/
DDumpstateDevice.cpp73 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/
DDumpstateDevice.cpp70 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/
DDumpstateDevice.cpp71 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()