Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp657 char *realPathSource = realpath(sourceFile.c_str(), filepathSource); in CopyFile() local
658 if (realPathSource == nullptr) { in CopyFile()
695 char *realPathSource = realpath(targetDir.c_str(), filepathSource); in DeleteFile() local
696 if (realPathSource != nullptr) { in DeleteFile()