Home
last modified time | relevance | path

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

/system/core/fastboot/
Dtask.cpp44 if (should_flash_in_userspace(fp_->source.get(), partition) && !is_userspace_fastboot() && in Run()
87 if (!is_userspace_fastboot()) { in Run()
250 if (!is_userspace_fastboot()) { in Run()
Dfastboot.h154 bool is_userspace_fastboot();
Dfastboot.cpp1543 bool is_userspace_fastboot() { in is_userspace_fastboot() function
1562 if (!is_userspace_fastboot()) { in reboot_to_userspace_fastboot()
/system/core/fs_mgr/tests/
Dadb-remount-test.sh1443 is_userspace_fastboot=false
1477 is_userspace_fastboot=true
1501 if ${is_userspace_fastboot}; then
1516 if ${is_userspace_fastboot} || ! ${overlayfs_needed}; then