Home
last modified time | relevance | path

Searched refs:ignore_erofs (Results 1 - 3 of 3) sorted by relevance

/third_party/eudev/src/shared/
H A Dlabel.c23 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 Dsmack-util.c150 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 Dselinux-util.c138 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