Home
last modified time | relevance | path

Searched refs:realPathDest (Results 1 – 1 of 1) sorted by relevance

/test/ostest/wukong/common/src/
Dwukong_util.cpp593 char *realPathDest = realpath(destDir.c_str(), filepathDest); in CopyFile() local
594 if (realPathDest == nullptr) { in CopyFile()