Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp592 char filepathDest[PATH_MAX] = {'\0'}; in CopyFile() local
593 char *realPathDest = realpath(destDir.c_str(), filepathDest); in CopyFile()
598 DEBUG_LOG_STR("destDir{%s}", filepathDest); in CopyFile()