| 304 | } |
| 305 | |
| 306 | void MakeFilePathForFolderPath(char *fullPath, int device, const char *folder) { |
| 307 | sprintf(fullPath, "%s%s", pathPrefix[device], folder); |
| 308 | } |
| 309 | |
| 310 | bool MakeFilePath(char filepath[], int type, char * filename, int filenum) |
| 311 | { |
no outgoing calls
no test coverage detected