Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dtask.cpp35 if (should_flash_in_userspace(partition) && !is_userspace_fastboot()) { in Run()
69 if (!is_userspace_fastboot()) { in Run()
252 if (!is_userspace_fastboot()) { in Run()
H A Dfastboot.h126 bool is_userspace_fastboot();
H A Dfastboot.cpp1517 bool is_userspace_fastboot() { in is_userspace_fastboot() function
1533 if (!is_userspace_fastboot()) { in reboot_to_userspace_fastboot()
/aosp14/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh1431 is_userspace_fastboot=false
1465 is_userspace_fastboot=true
1489 if ${is_userspace_fastboot}; then
1504 if ${is_userspace_fastboot} || ! ${overlayfs_needed}; then