Searched defs:fl (Results 1 - 1 of 1) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.c109 static int parse_flags(char *flags, struct flag_list *fl, char **key_loc, argument
129 /* Look for the flag "p" in the flag list "fl"
130 * If not found, the loop exits with fl[i].name being null.
132 for (i = 0; fl[i].name; i++) {
133 if (!strncmp(p, fl[i].name, strlen(fl[i].name))) {
134 f |= fl[i].flag;
135 if ((fl[i].flag == MF_CRYPT) && key_loc) {
145 if (!fl[i].name) {

Completed in 3 milliseconds