Home
last modified time | relevance | path

Searched refs:find_mount_point (Results 1 – 25 of 47) sorted by relevance

12

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A DKbuild.src157 lib-$(CONFIG_DF) += find_mount_point.o
158 lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o
159 lib-$(CONFIG_MKFS_EXT2) += find_mount_point.o
160 lib-$(CONFIG_MKE2FS) += find_mount_point.o
161 lib-$(CONFIG_MKFS_REISER) += find_mount_point.o
162 lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o
163 lib-$(CONFIG_MOUNT) += find_mount_point.o
H A Dfind_mount_point.c20 struct mntent* FAST_FUNC find_mount_point(const char *name, int subdir_too) in find_mount_point() function
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/util/
H A Dtrash.py21 from quodlibet.util.path import find_mount_point, xdg_get_data_home
50 mount = find_mount_point(path)
52 xdg_home_mount = find_mount_point(xdg_data_home)
H A Dpath.py167 def find_mount_point(path): function
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/plugin/
H A Dtest_rbimport.py15 from quodlibet.util.path import find_mount_point
22 mount_uri = fsn2uri(find_mount_point(song_path))
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dfind-mount-point.h17 extern char *find_mount_point (char const *, struct stat const *);
H A Dfind-mount-point.c32 find_mount_point (char const *file, struct stat const *file_stat) in find_mount_point() function
/dports/misc/gnuls/coreutils-8.30/src/
H A Dfind-mount-point.h17 extern char *find_mount_point (char const *, struct stat const *);
H A Dfind-mount-point.c32 find_mount_point (char const *file, struct stat const *file_stat) in find_mount_point() function
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/
H A Dlinux_trash.py100 def find_mount_point(path): function
171 topdir = find_mount_point(path)
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/basic/
H A Dtest_filesystem.py48 self.assertEqual(am.find_mount_point('/root/fs/../mounted/path/to/whatever'), '/')
58 self.assertEqual(am.find_mount_point('/subdir/mount/path/to/whatever'), '/subdir/mount')
H A Dtest_selinux.py186 am.find_mount_point = MagicMock(side_effect=_mock_find_mount_point)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/module_utils/basic/
H A Dtest_filesystem.py48 self.assertEqual(am.find_mount_point('/root/fs/../mounted/path/to/whatever'), '/')
58 self.assertEqual(am.find_mount_point('/subdir/mount/path/to/whatever'), '/subdir/mount')
H A Dtest_selinux.py186 am.find_mount_point = MagicMock(side_effect=_mock_find_mount_point)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/module_utils/basic/
H A Dtest_filesystem.py48 self.assertEqual(am.find_mount_point('/root/fs/../mounted/path/to/whatever'), '/')
58 self.assertEqual(am.find_mount_point('/subdir/mount/path/to/whatever'), '/subdir/mount')
H A Dtest_selinux.py134 am.find_mount_point = _mock_find_mount_point
/dports/deskutils/py-send2trash/Send2Trash-1.8.0/send2trash/
H A Dplat_other.py120 def find_mount_point(path): function
206 topdir = find_mount_point(path_b)
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/
H A Ddeviceplaylist.py40 self.mountpoint = util.find_mount_point(self.playlist_folder)
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Ddf.c200 mount_entry = find_mount_point(mount_point, 1); in df_main()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dmkfs_reiser.c197 if (find_mount_point(argv[0], 0)) in mkfs_reiser_main()
H A Dmkfs_vfat.c311 if (find_mount_point(device_name, 0)) in mkfs_vfat_main()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/tests/
H A Dtest_system.py529 def find_mount_point(path): function
535 mount = find_mount_point(__file__)
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/tests/
H A Dtest_system.py633 def find_mount_point(path): function
639 mount = find_mount_point(__file__)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil-cp27-none-win_amd64/psutil/tests/
H A Dtest_system.py650 def find_mount_point(path): function
656 mount = find_mount_point(__file__)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/psutil/tests/
H A Dtest_system.py650 def find_mount_point(path): function
656 mount = find_mount_point(__file__)

12