Searched refs:mount_flags (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Dbuiltins.c340 } mount_flags[] = { variable in typeref:struct:__anon138
372 for (i = 0; mount_flags[i].name; i++) {
373 if (!strcmp(args[n], mount_flags[i].name)) {
374 flags |= mount_flags[i].flag;
379 if (!mount_flags[i].name) {
/system/core/fs_mgr/
H A Dfs_mgr.c67 static struct flag_list mount_flags[] = { variable in typeref:struct:flag_list
396 ERROR("Error parsing mount_flags\n");
400 fstab->recs[cnt].flags = parse_flags(p, mount_flags, NULL,

Completed in 22 milliseconds