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 | 882 ErrorAbort(state, kStashCreationFailure, "stat \"%s\" failed: %s", dirname.c_str(), in CreateStash() 893 ErrorAbort(state, kStashCreationFailure, "mkdir \"%s\" failed: %s", dirname.c_str(), in CreateStash() 899 ErrorAbort(state, kStashCreationFailure, "chown \"%s\" failed: %s", dirname.c_str(), in CreateStash() 905 ErrorAbort(state, kStashCreationFailure, "not enough space for stash (%zu needed)", in CreateStash() 937 ErrorAbort(state, kStashCreationFailure, "not enough space for stash (%zu more needed)", in CreateStash()
|