OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STORAGE_ERR_EXIST
(Results
1 - 3
of
3
) sorted by null
/system/core/trusty/storage/interface/include/trusty/interface/
storage.h
69
* @
STORAGE_ERR_EXIST
the file exists when it shouldn't as in with OPEN_CREATE | OPEN_EXCLUSIVE.
81
STORAGE_ERR_EXIST
= 6,
/system/core/trusty/storage/lib/
storage.c
76
case
STORAGE_ERR_EXIST
:
/system/core/trusty/storage/proxy/
storage.c
112
result =
STORAGE_ERR_EXIST
;
Completed in 75 milliseconds