Searched refs:innerDesStr (Results 1 – 1 of 1) sorted by relevance
1433 … std::string innerDesStr = destinationDir + ServiceConstants::PATH_SEPARATOR + currentName; in CopyFiles() local1434 if (CopyFile(curPath, innerDesStr)) { in CopyFiles()1435 ChangeFileAttr(innerDesStr, Constants::FOUNDATION_UID, ServiceConstants::BMS_GID); in CopyFiles()1690 std::string innerDesStr = realDesDir + ServiceConstants::PATH_SEPARATOR + currentName; in MoveFiles() local1696 if (!MoveFileOrDir(curPath, innerDesStr, s.st_mode)) { in MoveFiles()