Home
last modified time | relevance | path

Searched refs:no_emulated_sd (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h68 bool no_emulated_sd : 1; // No emulated sdcard daemon; sd card is the only external member
/system/vold/
Dmain.cpp264 if (entry.fs_mgr_flags.no_emulated_sd || in process_config()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp293 lhs.no_emulated_sd == rhs.no_emulated_sd && in CompareFlags()
349 flags.no_emulated_sd = true; in TEST()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp164 CheckFlag("noemulatedsd", no_emulated_sd); in ParseFsMgrFlags()