Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp613 bool WuKongUtil::DeleteFile(std::string targetDir) in DeleteFile() argument
617 char *realPathSource = realpath(targetDir.c_str(), filepathSource); in DeleteFile()
620 dirdp = opendir(targetDir.c_str()); in DeleteFile()
623 std::string sourceFile = targetDir + currentFileName; in DeleteFile()
/test/ostest/wukong/common/include/
Dwukong_util.h215 bool DeleteFile(std::string targetDir);