Home
last modified time | relevance | path

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

/bootable/recovery/
Dfsck_unshare_blocks.cpp108 int return_code = WEXITSTATUS(status); in run_e2fsck() local
109 if (return_code >= 8) { in run_e2fsck()
110 LOG(ERROR) << "e2fsck could not unshare blocks: " << return_code; in run_e2fsck()