Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp642 const char* prop_post_fix = "default"; in do_mount_all() local
645 prop_post_fix = "early"; in do_mount_all()
648 prop_post_fix = "late"; in do_mount_all()
651 std::string prop_name = "ro.boottime.init.mount_all."s + prop_post_fix; in do_mount_all()