Home
last modified time | relevance | path

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

/system/core/fs_mgr/tests/
Dadb-remount-test.sh1016 is_userspace_fastboot=false
1038 is_userspace_fastboot=true
1084 if ${is_userspace_fastboot}; then
1096 if ${is_userspace_fastboot} || ! ${overlayfs_needed}; then
/system/core/fastboot/
Dfastboot.cpp1161 static bool is_userspace_fastboot() { in is_userspace_fastboot() function
1177 if (!is_userspace_fastboot()) { in reboot_to_userspace_fastboot()
1337 if (!is_userspace_fastboot()) { in UpdateSuperPartition()
1871 if (should_flash_in_userspace(partition) && !is_userspace_fastboot() && in Main()