Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp356 } mount_flags[] = { variable
388 for (i = 0; mount_flags[i].name; i++) { in do_mount()
389 if (!args[na].compare(mount_flags[i].name)) { in do_mount()
390 flags |= mount_flags[i].flag; in do_mount()
395 if (!mount_flags[i].name) { in do_mount()
/system/core/fs_mgr/
Dfs_mgr_fstab.c43 static struct flag_list mount_flags[] = { variable
344 fstab->recs[cnt].flags = parse_flags(p, mount_flags, NULL, in fs_mgr_read_fstab()