Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp577 char filepathSource[PATH_MAX] = {'\0'}; in CopyFile() local
579 char *realPathSource = realpath(sourceFile.c_str(), filepathSource); in CopyFile()
584 in.open(filepathSource, std::ios::binary); in CopyFile()
616 char filepathSource[PATH_MAX] = {'\0'}; in DeleteFile() local
617 char *realPathSource = realpath(targetDir.c_str(), filepathSource); in DeleteFile()
624 char *realFileSource = realpath(sourceFile.c_str(), filepathSource); in DeleteFile()