Searched refs:realPathDest (Results 1 – 1 of 1) sorted by relevance
593 char *realPathDest = realpath(destDir.c_str(), filepathDest); in CopyFile() local594 if (realPathDest == nullptr) { in CopyFile()