Searched refs:kStashCreationFailure (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/otautil/include/otautil/ |
D | error_code.h | 36 kStashCreationFailure, enumerator
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 887 ErrorAbort(state, kStashCreationFailure, "stat \"%s\" failed: %s", dirname.c_str(), in CreateStash() 898 ErrorAbort(state, kStashCreationFailure, "mkdir \"%s\" failed: %s", dirname.c_str(), in CreateStash() 904 ErrorAbort(state, kStashCreationFailure, "chown \"%s\" failed: %s", dirname.c_str(), in CreateStash() 910 ErrorAbort(state, kStashCreationFailure, "not enough space for stash (%zu needed)", in CreateStash() 942 ErrorAbort(state, kStashCreationFailure, "not enough space for stash (%zu more needed)", in CreateStash()
|