Searched defs:toPath (Results 1 – 1 of 1) sorted by relevance
962 static int32_t CopyFile(const char *fromPath, const char *toPath) in CopyFile()1015 char toPath[FILE_NAME_MAX_BUF] = { 0 }; in CopyWork() local