Searched refs:unmount_when_done (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/
H A Drecovery.cpp489 update_directory(const char* path, const char* unmount_when_done, argument
502 if (unmount_when_done != NULL) {
503 ensure_path_unmounted(unmount_when_done);
579 result = update_directory(new_path, unmount_when_done, wipe_cache, device);
592 if (unmount_when_done != NULL) {
593 ensure_path_unmounted(unmount_when_done);
610 if (unmount_when_done != NULL) {
611 ensure_path_unmounted(unmount_when_done);

Completed in 37 milliseconds