Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Derror_code.h36 kStashCreationFailure, enumerator
/bootable/recovery/updater/
Dblockimg.cpp887 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()