Searched refs:targetExists (Results 1 – 2 of 2) sorted by relevance
35 …static int CopyFilePermissionsIfNeed(bool targetExists, const std::string &sourcePath, const std::…
484 bool targetExists = OS::CheckPathExistence(targetFile); in ExePackage() local493 … errCode = CopyFilePermissionsIfNeed(targetExists, sourcePath, fileName, targetFile, targetHandle); in ExePackage()570 int PackageFile::CopyFilePermissionsIfNeed(bool targetExists, const std::string &sourcePath, in CopyFilePermissionsIfNeed() argument573 if (targetExists) { in CopyFilePermissionsIfNeed()