OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STORAGE_ERR_NOT_VALID
(Results
1 - 4
of
4
) sorted by null
/system/core/trusty/storage/proxy/
storage.c
106
result =
STORAGE_ERR_NOT_VALID
;
171
msg->result =
STORAGE_ERR_NOT_VALID
;
179
msg->result =
STORAGE_ERR_NOT_VALID
;
225
msg->result =
STORAGE_ERR_NOT_VALID
;
233
msg->result =
STORAGE_ERR_NOT_VALID
;
306
msg->result =
STORAGE_ERR_NOT_VALID
;
347
msg->result =
STORAGE_ERR_NOT_VALID
;
377
msg->result =
STORAGE_ERR_NOT_VALID
;
384
msg->result =
STORAGE_ERR_NOT_VALID
;
416
msg->result =
STORAGE_ERR_NOT_VALID
;
[
all
...]
rpmb.c
87
msg->result =
STORAGE_ERR_NOT_VALID
;
96
msg->result =
STORAGE_ERR_NOT_VALID
;
104
msg->result =
STORAGE_ERR_NOT_VALID
;
126
msg->result =
STORAGE_ERR_NOT_VALID
;
149
msg->result =
STORAGE_ERR_NOT_VALID
;
/system/core/trusty/storage/interface/include/trusty/interface/
storage.h
63
* @
STORAGE_ERR_NOT_VALID
: input not valid. May occur if the arguments passed
77
STORAGE_ERR_NOT_VALID
= 2,
/system/core/trusty/storage/lib/
storage.c
79
case
STORAGE_ERR_NOT_VALID
:
Completed in 350 milliseconds