Home
last modified time | relevance | path

Searched refs:mount_type (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/devel/py-oci/oci-2.53.1/src/oci/database/models/
H A Dmount_type_details.py67 def mount_type(self): member in MountTypeDetails
80 @mount_type.setter
81 def mount_type(self, mount_type): argument
91 if not value_allowed_none_or_none_sentinel(mount_type, allowed_values):
96 self._mount_type = mount_type
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dfile_system_url.cc39 FileSystemType mount_type, in CreateForTest() argument
41 return FileSystemURL(origin, mount_type, virtual_path); in CreateForTest()
46 FileSystemType mount_type, in CreateForTest() argument
53 return FileSystemURL(origin, mount_type, virtual_path, mount_filesystem_id, in CreateForTest()
71 FileSystemType mount_type, in FileSystemURL() argument
76 mount_type_(mount_type), in FileSystemURL()
78 type_(mount_type), in FileSystemURL()
83 FileSystemType mount_type, in FileSystemURL() argument
93 mount_type_(mount_type), in FileSystemURL()
H A Dfile_system_url.h98 FileSystemType mount_type, in COMPONENT_EXPORT()
101 FileSystemType mount_type, in COMPONENT_EXPORT()
133 FileSystemType mount_type() const { return mount_type_; } in COMPONENT_EXPORT()
162 FileSystemType mount_type, in COMPONENT_EXPORT()
166 FileSystemType mount_type, in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dfile_system_url.cc39 FileSystemType mount_type, in CreateForTest() argument
41 return FileSystemURL(origin, mount_type, virtual_path); in CreateForTest()
46 FileSystemType mount_type, in CreateForTest() argument
53 return FileSystemURL(origin, mount_type, virtual_path, mount_filesystem_id, in CreateForTest()
71 FileSystemType mount_type, in FileSystemURL() argument
76 mount_type_(mount_type), in FileSystemURL()
78 type_(mount_type), in FileSystemURL()
83 FileSystemType mount_type, in FileSystemURL() argument
93 mount_type_(mount_type), in FileSystemURL()
H A Dfile_system_url.h98 FileSystemType mount_type, in COMPONENT_EXPORT()
101 FileSystemType mount_type, in COMPONENT_EXPORT()
133 FileSystemType mount_type() const { return mount_type_; } in COMPONENT_EXPORT()
162 FileSystemType mount_type, in COMPONENT_EXPORT()
166 FileSystemType mount_type, in COMPONENT_EXPORT()
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/remotefs/
H A Dremotefs.py35 def __init__(self, mount_type, root_helper, argument
49 if mount_type not in mount_type_to_option_prefix:
50 raise exception.ProtocolNotSupported(protocol=mount_type)
52 self._mount_type = mount_type
53 option_prefix = mount_type_to_option_prefix[mount_type]
64 if mount_type == "nfs":
118 mnt_cmd = ['mount', '-t', mount_type]
200 def __init__(self, mount_type, root_helper, argument
203 mount_type, root_helper, execute=execute,
205 self._mount_type = mount_type
[all …]
H A Dwindows_remotefs.py36 def __init__(self, mount_type, root_helper=None, argument
46 if mount_type not in mount_type_to_option_prefix:
47 raise exception.ProtocolNotSupported(protocol=mount_type)
49 self._mount_type = mount_type
50 option_prefix = mount_type_to_option_prefix[mount_type]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/common/file_system/
H A Dfile_system_info.cc10 : mount_type(storage::kFileSystemTypeTemporary) {} in FileSystemInfo()
14 storage::FileSystemType mount_type) in FileSystemInfo() argument
15 : name(name), root_url(root_url), mount_type(mount_type) {} in FileSystemInfo()
H A Dfile_system_info.h23 storage::FileSystemType mount_type); in COMPONENT_EXPORT()
28 storage::FileSystemType mount_type; in COMPONENT_EXPORT() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/common/file_system/
H A Dfile_system_info.cc10 : mount_type(storage::kFileSystemTypeTemporary) {} in FileSystemInfo()
14 storage::FileSystemType mount_type) in FileSystemInfo() argument
15 : name(name), root_url(root_url), mount_type(mount_type) {} in FileSystemInfo()
H A Dfile_system_info.h23 storage::FileSystemType mount_type); in COMPONENT_EXPORT()
28 storage::FileSystemType mount_type; in COMPONENT_EXPORT() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/file_system_access/
H A Dnative_file_system_handle_base.cc26 DCHECK_EQ(url_.mount_type() == storage::kFileSystemTypeIsolated, in NativeFileSystemHandleBase()
28 << url_.mount_type(); in NativeFileSystemHandleBase()
33 url_.mount_type() == storage::kFileSystemTypeExternal || in NativeFileSystemHandleBase()
38 DCHECK(url_.mount_type() == storage::kFileSystemTypeIsolated || in NativeFileSystemHandleBase()
39 url_.mount_type() == storage::kFileSystemTypeExternal) in NativeFileSystemHandleBase()
40 << url_.mount_type(); in NativeFileSystemHandleBase()
41 if (url_.mount_type() == storage::kFileSystemTypeIsolated) in NativeFileSystemHandleBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/disks/
H A Dmount_point.cc26 MountType mount_type, in MountWatcher() argument
30 mount_type_(mount_type), in MountWatcher()
44 if (mount_info.mount_type != mount_type_ || in OnMountEvent()
81 MountType mount_type, in Mount() argument
87 new MountWatcher(disk_mount_manager, source_path, mount_type, in Mount()
91 mount_options, mount_type, access_mode); in Mount()
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/sandbox/
H A D_mounter.py30 def _mount(cls, dest, src=None, mount_type=None, argument
35 if mount_type:
36 argv.extend(['-t', mount_type])
93 stderr=sys.stderr, mount_type=None, **kwargs): argument
100 path = cls._mount(dest, src, mount_type, stdout=stdout, stderr=stderr, options=options)
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fstab/src/
H A Dfstab-module.i353 gchar *mount_type = NULL; in private_fstab_mount() local
356 mount_type = get_mnt_type (widgets_p, mnt_src); in private_fstab_mount()
357 if (!mount_type) { in private_fstab_mount()
361 if (strcmp(mount_type, "vfat")==0) in private_fstab_mount()
365 if (strcmp(mount_type, "msdosfs")==0) in private_fstab_mount()
371 if (strcmp(mount_type, "auto")==0){ in private_fstab_mount()
372 g_free(mount_type); in private_fstab_mount()
373 mount_type = NULL; in private_fstab_mount()
493 if (mount_type) { in private_fstab_mount()
495 *ap++ = mount_type; in private_fstab_mount()
[all …]
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/miners/fs/
H A Dtracker-storage.c280 TrackerStorageType mount_type = 0; in mount_info_get_type() local
283 mount_type |= TRACKER_STORAGE_REMOVABLE; in mount_info_get_type()
287 mount_type |= TRACKER_STORAGE_OPTICAL; in mount_info_get_type()
290 return mount_type; in mount_info_get_type()
871 TrackerStorageType mount_type; in get_mount_point_by_uuid_foreach() local
876 mount_type = mount_info_get_type (info); in get_mount_point_by_uuid_foreach()
879 if ((gr->exact_match && mount_type == gr->type) || in get_mount_point_by_uuid_foreach()
967 TrackerStorageType mount_type; in tracker_storage_get_device_uuids() local
973 mount_type = mount_info_get_type (info); in tracker_storage_get_device_uuids()
976 if ((exact_match && mount_type == type) || in tracker_storage_get_device_uuids()
[all …]
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/initiator/connectors/
H A Dremotefs.py28 def __init__(self, mount_type, root_helper, driver=None, argument
34 mount_type_lower = mount_type.lower()
52 self._remotefsclient = cls(mount_type, root_helper, execute=execute,
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/station/src/
H A Doskar_station_analyse.c41 char* mount_type = 0; in oskar_station_analyse() local
44 mount_type = oskar_mem_char(station->element_mount_types_cpu); in oskar_station_analyse()
53 if (mount_type[i] != mount_type[0] || in oskar_station_analyse()
/dports/sysutils/cfengine-masterfiles-devel/masterfiles-f98dca2d/lib/
H A Dstorage.cf30 mount_type => "nfs";
49 mount_type => "nfs";
65 mount_type => "nfs";
/dports/sysutils/cfengine-masterfiles317/cfengine-masterfiles-3.17.0/lib/
H A Dstorage.cf30 mount_type => "nfs";
49 mount_type => "nfs";
65 mount_type => "nfs";
/dports/sysutils/cfengine-masterfiles319/cfengine-masterfiles-3.19.0/lib/
H A Dstorage.cf30 mount_type => "nfs";
49 mount_type => "nfs";
65 mount_type => "nfs";
/dports/sysutils/cfengine-masterfiles/cfengine-masterfiles-3.19.0/lib/
H A Dstorage.cf30 mount_type => "nfs";
49 mount_type => "nfs";
65 mount_type => "nfs";
/dports/sysutils/cfengine-masterfiles318/cfengine-masterfiles-3.18.1/lib/
H A Dstorage.cf30 mount_type => "nfs";
49 mount_type => "nfs";
65 mount_type => "nfs";
/dports/audio/icecast/icecast-2.4.4/src/
H A Dcfgfile.h70 } mount_type; typedef
75 mount_type mounttype; /* The type of the mount point */
231 mount_proxy *config_find_mount (ice_config_t *config, const char *mount, mount_type type);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/native_file_system/
H A Dnative_file_system_transfer_token_impl.cc21 DCHECK_EQ(url_.mount_type() == storage::kFileSystemTypeIsolated, in NativeFileSystemTransferTokenImpl()
23 << url_.mount_type(); in NativeFileSystemTransferTokenImpl()

12345678910>>...13