HomeSort by relevance Sort by last modified time
    Searched refs:ensure_path_unmounted (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
roots.h 39 int ensure_path_unmounted(const char* path);
roots.cpp 158 int ensure_path_unmounted(const char* path) { function
242 if (ensure_path_unmounted(volume) != 0) {
388 if (ensure_path_unmounted(v->mount_point) != 0) {
recovery.cpp 514 ensure_path_unmounted(CACHE_ROOT);
575 ensure_path_unmounted(volume);
    [all...]

Completed in 553 milliseconds