Home
last modified time | relevance | path

Searched defs:STORAGE_FILE_OPEN_CREATE_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h112 STORAGE_FILE_OPEN_CREATE_EXCLUSIVE = (1 << 1), enumerator
/aosp_15_r20/trusty/user/base/interface/storage/include/interface/storage/
Dstorage.h162 #define STORAGE_FILE_OPEN_CREATE_EXCLUSIVE (1U << 1) macro