Home
last modified time | relevance | path

Searched defs:existingShare (Results 1 – 2 of 2) sorted by relevance

/dports/www/nextcloud/nextcloud/lib/public/Share/Exceptions/
H A DAlreadySharedException.php35 private $existingShare; variable in OCP\\Share\\Exceptions\\AlreadySharedException
40 public function __construct(string $message, IShare $existingShare) {
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4kglobal.cpp481 SharePtr existingShare = findShare(share->url(), share->workgroupName()); in updateShare() local