| 297 | } |
| 298 | |
| 299 | void MakeFilePathForFolderPath(char *fullPath, int device, const char *folder) { |
| 300 | sprintf(fullPath, "%s%s", pathPrefix[device], folder); |
| 301 | } |
| 302 | |
| 303 | bool MakeFilePath(char filepath[], int type, char * filename, int filenum) |
| 304 | { |
no outgoing calls
no test coverage detected