Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp410 char filepathSource[PATH_MAX] = {'\0'}; in CopyFile() local
412 char *realPathSource = realpath(sourceFile.c_str(), filepathSource); in CopyFile()
417 in.open(filepathSource, std::ios::binary); in CopyFile()
449 char filepathSource[PATH_MAX] = {'\0'}; in DeleteFile() local
450 char *realPathSource = realpath(targetDir.c_str(), filepathSource); in DeleteFile()
457 char *realFileSource = realpath(sourceFile.c_str(), filepathSource); in DeleteFile()