Home
last modified time | relevance | path

Searched refs:mount_info (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs598 pub union mount_info {
789 impl PartialEq for mount_info {
790 fn eq(&self, other: &mount_info) -> bool { in eq()
800 impl Eq for mount_info { }
802 impl ::fmt::Debug for mount_info {
804 f.debug_struct("mount_info") in fmt()
810 impl ::hash::Hash for mount_info {
821 // This type uses the union mount_info:
844 pub mount_info: mount_info,
[all...]
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c249 char *mount_info[4]; in exclude_non_seclabel_mounts() local
267 mount_info[index] = item; in exclude_non_seclabel_mounts()
281 remove_exclude(mount_info[1]); in exclude_non_seclabel_mounts()
283 item = strtok(mount_info[3], ","); in exclude_non_seclabel_mounts()
287 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts()
295 if (add_exclude(mount_info[1], !CALLER_EXCLUDED) && in exclude_non_seclabel_mounts()

Completed in 5 milliseconds