Searched refs:ignore_erofs (Results 1 - 3 of 3) sorted by relevance
/third_party/eudev/src/shared/ |
H A D | label.c | 23 int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { in label_fix() argument 26 r = mac_selinux_fix(path, ignore_enoent, ignore_erofs); in label_fix() 27 q = mac_smack_fix(path, ignore_enoent, ignore_erofs); in label_fix()
|
H A D | smack-util.c | 150 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { in mac_smack_fix() argument 200 if (ignore_erofs && errno == EROFS) in mac_smack_fix()
|
H A D | selinux-util.c | 138 int mac_selinux_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { in mac_selinux_fix() argument 174 if (ignore_erofs && errno == EROFS) in mac_selinux_fix()
|
Completed in 2 milliseconds