Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Droots.h55 int setup_install_mounts();
/bootable/recovery/otautil/
Droots.cpp253 int setup_install_mounts() { in setup_install_mounts() function
/bootable/recovery/install/
Dinstall.cpp646 if (setup_install_mounts() != 0) { in install_package()