OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STORAGE_ERR_GENERIC
(Results
1 - 5
of
5
) sorted by null
/system/core/trusty/storage/interface/include/trusty/interface/
storage.h
61
* @
STORAGE_ERR_GENERIC
: unknown error. Can occur when there's an internal server
76
STORAGE_ERR_GENERIC
= 1,
/system/core/trusty/storage/proxy/
storage.c
119
result =
STORAGE_ERR_GENERIC
;
186
msg->result =
STORAGE_ERR_GENERIC
;
240
msg->result =
STORAGE_ERR_GENERIC
;
proxy.c
116
msg->result =
STORAGE_ERR_GENERIC
;
rpmb.c
169
msg->result =
STORAGE_ERR_GENERIC
;
/system/core/trusty/storage/lib/
storage.c
92
case
STORAGE_ERR_GENERIC
:
Completed in 798 milliseconds