Searched refs:filepathDest (Results 1 – 1 of 1) sorted by relevance
592 char filepathDest[PATH_MAX] = {'\0'}; in CopyFile() local593 char *realPathDest = realpath(destDir.c_str(), filepathDest); in CopyFile()598 DEBUG_LOG_STR("destDir{%s}", filepathDest); in CopyFile()