Searched refs:ignore_enoent (Results 1 – 6 of 6) sorted by relevance
/third_party/eudev/src/shared/ |
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()
|
D | smack-util.c | 150 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { in mac_smack_fix() argument 197 if (ignore_enoent && errno == ENOENT) in mac_smack_fix()
|
D | label.h | 25 int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
|
D | smack-util.h | 28 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
|
D | selinux-util.h | 33 int mac_selinux_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
|
D | selinux-util.c | 138 int mac_selinux_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { in mac_selinux_fix() argument 171 if (ignore_enoent && errno == ENOENT) in mac_selinux_fix()
|