Home
last modified time | relevance | path

Searched refs:volume_for_mount_point (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/install/
Dwipe_data.cpp88 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeCache()
110 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeData()
114 if (volume_for_mount_point(METADATA_ROOT) != nullptr) { in WipeData()
Dinstall.cpp660 bool has_cache = volume_for_mount_point("/cache") != nullptr; in install_package()
/bootable/recovery/otautil/include/otautil/
Droots.h29 Volume* volume_for_mount_point(const std::string& mount_point);
/bootable/recovery/
Dfsck_unshare_blocks.cpp76 Volume* volume = volume_for_mount_point(partition); in run_e2fsck()
Drecovery_main.cpp334 has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in main()
/bootable/recovery/otautil/
Droots.cpp73 Volume* volume_for_mount_point(const std::string& mount_point) { in volume_for_mount_point() function