Home
last modified time | relevance | path

Searched defs:mountPoint (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/PortedCommon/
H A DReparsePointUtilities.cs28 private static extern bool SetVolumeMountPoint(String mountPoint, String uniqueVolumeName); in SetVolumeMountPoint()
30 private static extern bool DeleteVolumeMountPoint(String mountPoint); in DeleteVolumeMountPoint()
63 public static void Mount(String volumeName, String mountPoint) in Mount()
86 public static void Unmount(String mountPoint) in Unmount()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.DeleteVolumeMountPoint.cs17 internal static extern bool DeleteVolumeMountPointPrivate(string mountPoint); in DeleteVolumeMountPointPrivate()
20 internal static bool DeleteVolumeMountPoint(string mountPoint) in DeleteVolumeMountPoint()
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dkmountpointtest.cpp28 for (KMountPoint::Ptr mountPoint : mountPoints) { in testCurrentMountPoints() local
94 for (KMountPoint::Ptr mountPoint : mountPoints) { in testCurrentMountPointOptions() local
146 for (KMountPoint::Ptr mountPoint : mountPoints) { in testPossibleMountPoints() local
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Model/GlobalScale/
H A DGSShareMountpoint.php53 private $mountPoint = ''; variable in OCA\\Circles\\Model\\GlobalScale\\GSShareMountpoint
63 public function __construct(int $shareId = 0, string $userId = '', string $mountPoint = '') {
120 public function setMountPoint(string $mountPoint): self {
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Model/
H A DMountpoint.php53 private $mountPoint = ''; variable in OCA\\Circles\\Model\\Mountpoint
63 public function __construct(int $shareId = 0, string $userId = '', string $mountPoint = '') {
120 public function setMountPoint(string $mountPoint): self {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go63 func wrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
96 func testBlockDevQuotaDisabled(t *testing.T, mountPoint, backingFsDev string) { argument
102 func testBlockDevQuotaEnabled(t *testing.T, mountPoint, backingFsDev string) { argument
108 func wrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go63 func wrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
96 func testBlockDevQuotaDisabled(t *testing.T, mountPoint, backingFsDev string) { argument
102 func testBlockDevQuotaEnabled(t *testing.T, mountPoint, backingFsDev string) { argument
108 func wrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go63 func wrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
96 func testBlockDevQuotaDisabled(t *testing.T, mountPoint, backingFsDev string) { argument
102 func testBlockDevQuotaEnabled(t *testing.T, mountPoint, backingFsDev string) { argument
108 func wrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/graphdriver/quota/
H A Dprojectquota_test.go63 func wrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
96 func testBlockDevQuotaDisabled(t *testing.T, mountPoint, backingFsDev string) { argument
102 func testBlockDevQuotaEnabled(t *testing.T, mountPoint, backingFsDev string) { argument
108 func wrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go63 func wrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
96 func testBlockDevQuotaDisabled(t *testing.T, mountPoint, backingFsDev string) { argument
102 func testBlockDevQuotaEnabled(t *testing.T, mountPoint, backingFsDev string) { argument
108 func wrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go69 func wrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
105 func testBlockDevQuotaDisabled(t *testing.T, mountPoint, backingFsDev string) { argument
111 func testBlockDevQuotaEnabled(t *testing.T, mountPoint, backingFsDev string) { argument
117 func wrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go69 func wrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
105 func testBlockDevQuotaDisabled(t *testing.T, mountPoint, backingFsDev string) { argument
111 func testBlockDevQuotaEnabled(t *testing.T, mountPoint, backingFsDev string) { argument
117 func wrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/devel/tinygo/tinygo-0.14.1/src/os/
H A Dfilesystem.go12 type mountPoint struct { struct
16 prefix string
20 filesystem Filesystem
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dataflow/
H A DDisk.php21 public $mountPoint; variable in Google_Service_Dataflow_Disk
32 public function setMountPoint($mountPoint)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/
H A DDisk.php21 public $mountPoint; variable in Google_Service_Dataflow_Disk
32 public function setMountPoint($mountPoint)
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/ipodcollection/support/
H A DIpodDeviceHelper.cpp31 IpodDeviceHelper::parseItdb( const QString &mountPoint, QString &errorMsg ) in parseItdb()
195 fileFound( const QString &mountPoint, const QString &relFilename ) in fileFound()
209 safeToWriteWithMessage( const QString &mountPoint, const Itdb_iTunesDB *itdb, QString &message ) in safeToWriteWithMessage()
297 const QString &mountPoint, in fillInConfigureDialog()
408 IpodDeviceHelper::initializeIpod( const QString &mountPoint, in initializeIpod()
478 IpodDeviceHelper::safeToWrite( const QString &mountPoint, const Itdb_iTunesDB *itdb ) in safeToWrite()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/volume/local/
H A Dlocal_linux_test.go36 func testVolWithQuota(t *testing.T, mountPoint, backingFsDev, testDir string) { argument
72 func testVolQuotaUnsupported(t *testing.T, mountPoint, backingFsDev, testDir string) { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/volume/local/
H A Dlocal_linux_test.go36 func testVolWithQuota(t *testing.T, mountPoint, backingFsDev, testDir string) { argument
72 func testVolQuotaUnsupported(t *testing.T, mountPoint, backingFsDev, testDir string) { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/volume/local/
H A Dlocal_linux_test.go36 func testVolWithQuota(t *testing.T, mountPoint, backingFsDev, testDir string) { argument
72 func testVolQuotaUnsupported(t *testing.T, mountPoint, backingFsDev, testDir string) { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/volume/local/
H A Dlocal_linux_test.go36 func testVolWithQuota(t *testing.T, mountPoint, backingFsDev, testDir string) { argument
72 func testVolQuotaUnsupported(t *testing.T, mountPoint, backingFsDev, testDir string) { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/quota/
H A Dtesthelpers.go74 func WrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
113 func WrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/quota/
H A Dtesthelpers.go74 func WrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
113 func WrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/quota/
H A Dtesthelpers.go74 func WrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
113 func WrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/quota/
H A Dtesthelpers.go74 func WrapMountTest(imageFileName string, enableQuota bool, testFunc func(t *testing.T, mountPoint, … argument
113 func WrapQuotaTest(testFunc func(t *testing.T, ctrl *Control, mountPoint, testDir, testSubDir strin… argument
/dports/www/nextcloud-groupfolders/groupfolders/lib/Trash/
H A DGroupTrashItem.php30 private $mountPoint; variable in OCA\\GroupFolders\\Trash\\GroupTrashItem
39 string $mountPoint

12345678910>>...19