Home
last modified time | relevance | path

Searched refs:mount_name (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dexternal_mount_points.cc97 const std::string& mount_name, in RegisterFileSystem() argument
107 instance_map_[mount_name] = in RegisterFileSystem()
122 auto found = instance_map_.find(mount_name); in RevokeFileSystem()
145 std::string* mount_name, in CrackVirtualPath() argument
150 DCHECK(mount_name); in CrackVirtualPath()
174 *mount_name = maybe_mount_name; in CrackVirtualPath()
230 const std::string& mount_name) const { in CreateVirtualRootPath()
236 const std::string& mount_name, in CreateExternalFileSystemURL() argument
279 std::string mount_name; in CrackFileSystemURL() local
303 if (mount_name.empty()) in ValidateNewMountPoint()
[all …]
H A Dexternal_mount_points.h65 bool RegisterFileSystem(const std::string& mount_name, in COMPONENT_EXPORT()
72 bool RevokeFileSystem(const std::string& mount_name) override; in COMPONENT_EXPORT()
73 bool GetRegisteredPath(const std::string& mount_name, in COMPONENT_EXPORT()
76 std::string* mount_name, in COMPONENT_EXPORT()
108 base::FilePath CreateVirtualRootPath(const std::string& mount_name) const; in COMPONENT_EXPORT()
111 const std::string& mount_name, in COMPONENT_EXPORT()
141 bool ValidateNewMountPoint(const std::string& mount_name, in COMPONENT_EXPORT()
H A Dmount_points.h52 virtual bool RevokeFileSystem(const std::string& mount_name) = 0; in COMPONENT_EXPORT()
73 virtual bool GetRegisteredPath(const std::string& mount_name, in COMPONENT_EXPORT()
88 std::string* mount_name, in COMPONENT_EXPORT()
H A Disolated_context.cc464 std::string mount_name; in CrackFileSystemURL() local
469 if (!CrackVirtualPath(url.path(), &mount_name, &cracked_type, in CrackFileSystemURL()
477 !url.filesystem_id().empty() ? url.filesystem_id() : mount_name, in CrackFileSystemURL()
479 cracked_mount_name.empty() ? mount_name : cracked_mount_name, in CrackFileSystemURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dexternal_mount_points.cc98 const std::string& mount_name, in RegisterFileSystem() argument
108 instance_map_[mount_name] = in RegisterFileSystem()
123 auto found = instance_map_.find(mount_name); in RevokeFileSystem()
146 std::string* mount_name, in CrackVirtualPath() argument
151 DCHECK(mount_name); in CrackVirtualPath()
175 *mount_name = maybe_mount_name; in CrackVirtualPath()
231 const std::string& mount_name) const { in CreateVirtualRootPath()
237 const std::string& mount_name, in CreateExternalFileSystemURL() argument
280 std::string mount_name; in CrackFileSystemURL() local
304 if (mount_name.empty()) in ValidateNewMountPoint()
[all …]
H A Dexternal_mount_points.h65 bool RegisterFileSystem(const std::string& mount_name, in COMPONENT_EXPORT()
72 bool RevokeFileSystem(const std::string& mount_name) override; in COMPONENT_EXPORT()
73 bool GetRegisteredPath(const std::string& mount_name, in COMPONENT_EXPORT()
76 std::string* mount_name, in COMPONENT_EXPORT()
108 base::FilePath CreateVirtualRootPath(const std::string& mount_name) const; in COMPONENT_EXPORT()
111 const std::string& mount_name, in COMPONENT_EXPORT()
141 bool ValidateNewMountPoint(const std::string& mount_name, in COMPONENT_EXPORT()
H A Dmount_points.h52 virtual bool RevokeFileSystem(const std::string& mount_name) = 0; in COMPONENT_EXPORT()
73 virtual bool GetRegisteredPath(const std::string& mount_name, in COMPONENT_EXPORT()
88 std::string* mount_name, in COMPONENT_EXPORT()
H A Disolated_context.cc465 std::string mount_name; in CrackFileSystemURL() local
470 if (!CrackVirtualPath(url.path(), &mount_name, &cracked_type, in CrackFileSystemURL()
478 !url.filesystem_id().empty() ? url.filesystem_id() : mount_name, in CrackFileSystemURL()
480 cracked_mount_name.empty() ? mount_name : cracked_mount_name, in CrackFileSystemURL()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/fs-uae/
H A Dconfig-drives.c166 char *mount_name; in configure_hard_drive_directory() local
171 mount_name = label_option; in configure_hard_drive_directory()
173 mount_name = g_path_get_basename(path); in configure_hard_drive_directory()
175 for(int i = 0; mount_name[i]; i++) { in configure_hard_drive_directory()
176 if (mount_name[i] == '(') { in configure_hard_drive_directory()
181 while (stop > 0 && mount_name[stop - 1] == ' ') { in configure_hard_drive_directory()
185 mount_name[stop] = '\0'; in configure_hard_drive_directory()
191 fs_emu_log("mount name: %s\n", mount_name); in configure_hard_drive_directory()
196 "%s,%s:%s:%s,%d", read_only ? "ro" : "rw", device, mount_name, path, in configure_hard_drive_directory()
208 g_free(mount_name); in configure_hard_drive_directory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dpath_util_unittest.cc377 std::string mount_name; in TEST_F() member
443 EXPECT_EQ(test.mount_name, url.filesystem_id()); in TEST_F()
444 EXPECT_EQ(test.mount_name + "/" + test.relative_path, in TEST_F()
503 std::string mount_name; in TEST_F() local
509 downloads, &mount_name, &file_system_name, &full_path)); in TEST_F()
510 EXPECT_EQ(mount_name, downloads_mount_name); in TEST_F()
518 EXPECT_EQ(mount_name, downloads_mount_name); in TEST_F()
526 EXPECT_EQ(mount_name, downloads_mount_name); in TEST_F()
538 EXPECT_EQ(mount_name, "removable/foo"); in TEST_F()
546 EXPECT_EQ(mount_name, "removable/foo"); in TEST_F()
[all …]
H A Dpath_util.cc478 std::string mount_name; in ConvertPathInsideVMToFileSystemURL() local
501 mount_name = GetDownloadsMountPointName(profile); in ConvertPathInsideVMToFileSystemURL()
506 mount_name = GetCrostiniMountPointName(profile); in ConvertPathInsideVMToFileSystemURL()
510 mount_name = mount_point_name_drive; in ConvertPathInsideVMToFileSystemURL()
527 mount_name = chromeos::kSystemMountNameRemovable; in ConvertPathInsideVMToFileSystemURL()
532 mount_name = GetAndroidFilesMountPointName(); in ConvertPathInsideVMToFileSystemURL()
537 mount_name = chromeos::kSystemMountNameArchive; in ConvertPathInsideVMToFileSystemURL()
547 mount_name = components[0]; in ConvertPathInsideVMToFileSystemURL()
555 url::Origin(), mount_name, path); in ConvertPathInsideVMToFileSystemURL()
837 DCHECK(mount_name); in ExtractMountNameFileSystemNameFullPath()
[all …]
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-autorun-software.c206 char *mount_name; in present_autorun_for_software_dialog() local
210 mount_name = g_mount_get_name (mount); in present_autorun_for_software_dialog()
222 mount_name); in present_autorun_for_software_dialog()
240 gtk_window_set_title (GTK_WINDOW (dialog), mount_name); in present_autorun_for_software_dialog()
266 g_free (mount_name); in present_autorun_for_software_dialog()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-autorun-software.c187 char *mount_name; in present_autorun_for_software_dialog() local
191 mount_name = g_mount_get_name (mount); in present_autorun_for_software_dialog()
203 mount_name); in present_autorun_for_software_dialog()
221 gtk_window_set_title (GTK_WINDOW (dialog), mount_name); in present_autorun_for_software_dialog()
246 g_free (mount_name); in present_autorun_for_software_dialog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/chromeos/smb_shares/
H A Dsmb_handler.cc65 std::string mount_name; in HandleSmbMount() local
72 CHECK(args->GetString(2, &mount_name)); in HandleSmbMount()
85 mo.display_name = mount_name.empty() ? mount_url : mount_name; in HandleSmbMount()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/chromeos/smb_shares/
H A Dsmb_handler.cc65 std::string mount_name; in HandleSmbMount() local
72 CHECK(args->GetString(2, &mount_name)); in HandleSmbMount()
85 mo.display_name = mount_name.empty() ? mount_url : mount_name; in HandleSmbMount()
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/miners/fs/
H A Dtracker-storage.c339 const gchar *mount_name, in mount_add_new() argument
356 mount_name, in mount_add_new()
542 gchar *mount_name, *mount_path, *uuid; in mount_add() local
547 mount_name = g_mount_get_name (mount); in mount_add()
555 mount_name, uri); in mount_add()
562 mount_name, in mount_add()
567 g_debug (" Skipping shadowed mount '%s'", mount_name); in mount_add()
570 g_free (mount_name); in mount_add()
598 mount_name, in mount_add()
687 mount_add_new (storage, uuid, mount_path, mount_name, is_removable, is_optical); in mount_add()
[all …]
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-utils.c144 gchar *mount_name; in gedit_utils_location_get_dirname_for_display() local
148 mount_name = g_mount_get_name (mount); in gedit_utils_location_get_dirname_for_display()
168 res = mount_name; in gedit_utils_location_get_dirname_for_display()
172 res = g_strdup_printf ("%s %s", mount_name, dirname); in gedit_utils_location_get_dirname_for_display()
173 g_free (mount_name); in gedit_utils_location_get_dirname_for_display()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-miner/
H A Dtracker-decorator-fs.c202 gchar *mount_name; in mount_point_get_uuid() local
204 mount_name = g_mount_get_name (mount); in mount_point_get_uuid()
205 uuid = g_compute_checksum_for_string (G_CHECKSUM_MD5, mount_name, -1); in mount_point_get_uuid()
206 g_free (mount_name); in mount_point_get_uuid()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-autorun-software.c178 g_autofree char *mount_name = NULL; in present_autorun_for_software_dialog() local
182 mount_name = g_mount_get_name (mount); in present_autorun_for_software_dialog()
189 mount_name); in present_autorun_for_software_dialog()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/tools/ASMount/
H A Dmain.c232 char *mount_name = g_mount_get_name(mount); in check_drives() local
233 g_print("mount: %s\n", mount_name); in check_drives()
234 g_free(mount_name); in check_drives()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Dump/
H A DMp4Dump.cpp299 const char* const mount_name = "/working/%s"; in main() local
300 const int filename_size = snprintf(NULL, 0, mount_name, arg); in main()
302 sprintf(mounted_filename, mount_name, arg); in main()
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/automount/
H A Dcsd-autorun.c627 char *mount_name; in do_autorun_for_content_type() local
640 mount_name = NULL; in do_autorun_for_content_type()
678 mount_name = g_mount_get_name (mount); in do_autorun_for_content_type()
695 gtk_window_set_title (GTK_WINDOW (dialog), mount_name); in do_autorun_for_content_type()
751 …o perform this action in the future for other media of type \"%s\"."), mount_name, content_descrip… in do_autorun_for_content_type()
817 g_free (mount_name); in do_autorun_for_content_type()
/dports/sysutils/gigolo/gigolo-0.5.2/src/
H A Dbackendgvfs.c265 gchar *vol_name, *mount_name, *display_name, *scheme, *uri, *tooltip_text; in mount_volume_changed_cb() local
279 mount_name = g_mount_get_name(mount); in mount_volume_changed_cb()
284 g_free(mount_name); in mount_volume_changed_cb()
298 gigolo_bookmark_get_name(bookmark), mount_name); in mount_volume_changed_cb()
303 GIGOLO_WINDOW_COL_NAME, display_name ? display_name : mount_name, in mount_volume_changed_cb()
311 g_free(mount_name); in mount_volume_changed_cb()
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-utils.c633 gchar *mount_name; in xed_utils_location_get_dirname_for_display() local
637 mount_name = g_mount_get_name (mount); in xed_utils_location_get_dirname_for_display()
657 res = mount_name; in xed_utils_location_get_dirname_for_display()
661 res = g_strdup_printf ("%s %s", mount_name, dirname); in xed_utils_location_get_dirname_for_display()
662 g_free (mount_name); in xed_utils_location_get_dirname_for_display()
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-autorun.c953 char *mount_name; in do_autorun_for_content_type() local
968 mount_name = NULL; in do_autorun_for_content_type()
1012 mount_name = g_mount_get_name (mount); in do_autorun_for_content_type()
1033 gtk_window_set_title (GTK_WINDOW (dialog), mount_name); in do_autorun_for_content_type()
1117 …o perform this action in the future for other media of type \"%s\"."), mount_name, content_descrip… in do_autorun_for_content_type()
1203 g_free (mount_name); in do_autorun_for_content_type()

123