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.sh1407 is_userspace_fastboot=false
1436 is_userspace_fastboot=true
1483 if ${is_userspace_fastboot}; then
1501 if ${is_userspace_fastboot} || ! ${overlayfs_needed}; then
/system/core/fastboot/
Dfastboot.cpp1270 static bool is_userspace_fastboot() { in is_userspace_fastboot() function
1286 if (!is_userspace_fastboot()) { in reboot_to_userspace_fastboot()
1456 if (!is_userspace_fastboot()) { in UpdateSuperPartition()
2051 if (should_flash_in_userspace(partition) && !is_userspace_fastboot() && in Main()