Home
last modified time | relevance | path

Searched refs:ignore_enoent (Results 1 – 6 of 6) sorted by relevance

/third_party/eudev/src/shared/
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()
Dsmack-util.c150 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()
Dlabel.h25 int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
Dsmack-util.h28 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
Dselinux-util.h33 int mac_selinux_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
Dselinux-util.c138 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()