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 37 int ensure_path_unmounted(const char* path);
roots.cpp 136 int ensure_path_unmounted(const char* path) { function
194 if (ensure_path_unmounted(volume) != 0) {
296 if (ensure_path_unmounted(v->mount_point) != 0) {
recovery.cpp 565 ensure_path_unmounted(CACHE_ROOT);
634 ensure_path_unmounted(volume);
    [all...]

Completed in 3068 milliseconds