Home
last modified time | relevance | path

Searched refs:allow_autorun (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-file-operations.h105 gboolean allow_autorun);
108 gboolean allow_autorun,
H A Dcaja-file-operations.c2494 gboolean allow_autorun) in caja_file_operations_mount_volume() argument
2497 allow_autorun, NULL, NULL); in caja_file_operations_mount_volume()
2503 gboolean allow_autorun, in caja_file_operations_mount_volume_full() argument
2525 if (allow_autorun) in caja_file_operations_mount_volume_full()
/dports/devel/py-fs/fs-0.5.4/fs/expose/dokan/
H A D__init__.py1037 def __init__(self,wrapped_fs,allow_autorun=False): argument
1038 self.allow_autorun = allow_autorun
1044 if not self.allow_autorun:
1052 if not self.allow_autorun: