Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp365 } mount_flags[] = { variable
394 for (i = 0; mount_flags[i].name; i++) { in do_mount()
395 if (!args[na].compare(mount_flags[i].name)) { in do_mount()
396 flags |= mount_flags[i].flag; in do_mount()
401 if (!mount_flags[i].name) { in do_mount()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp174 } mount_flags[] = { in TEST() local
192 for (auto f = 0; mount_flags[f].name; ++f) { in TEST()
193 if (mount_flags[f].flag & entry.flags) { in TEST()
194 fs_options.emplace(mount_flags[f].name); in TEST()