Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp579 char *realPathSource = realpath(sourceFile.c_str(), filepathSource); in CopyFile() local
580 if (realPathSource == nullptr) { in CopyFile()
617 char *realPathSource = realpath(targetDir.c_str(), filepathSource); in DeleteFile() local
618 if (realPathSource != nullptr) { in DeleteFile()