Home
last modified time | relevance | path

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

/system/vold/
DResponseCode.cpp37 return(ResponseCode::OpFailedStorageNotFound); in convertFromErrno()
DResponseCode.h46 static const int OpFailedStorageNotFound = 406; variable
DCryptCommandListener.cpp268 cli->sendMsg(ResponseCode::OpFailedStorageNotFound, "Error", false); in runCommand()