Home
last modified time | relevance | path

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

/bootable/recovery/
Droots.h26 Volume* volume_for_path(const char* path);
Droots.cpp71 Volume* volume_for_path(const char* path) { in volume_for_path() function
77 Volume* v = volume_for_path(path); in ensure_path_mounted_at()
137 Volume* v = volume_for_path(path); in ensure_path_unmounted()
176 Volume* v = volume_for_path(volume); in format_volume()
Dinstall.cpp653 bool has_cache = volume_for_path("/cache") != nullptr; in install_package()
Drecovery.cpp1391 has_cache = volume_for_path(CACHE_ROOT) != nullptr; in main()