Home
last modified time | relevance | path

Searched defs:string_to_mode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/selinux/libselinux/utils/
H A Dselabel_lookup_best_match.c33 static mode_t string_to_mode(const char *s) in string_to_mode() function
H A Dmatchpathcon.c49 static mode_t string_to_mode(char *s) in string_to_mode() function
/aosp_15_r20/external/selinux/libselinux/src/
H A Dlabel_file.h100 static inline mode_t string_to_mode(const char *mode) in string_to_mode() function
/aosp_15_r20/external/toybox/lib/
H A Dlib.c963 unsigned string_to_mode(char *modestr, unsigned mode) in string_to_mode() function