HomeSort by relevance Sort by last modified time
    Searched refs:STORAGE_FILE_OPEN (Results 1 - 3 of 3) sorted by null

  /system/core/trusty/storage/interface/include/trusty/interface/
storage.h 45 STORAGE_FILE_OPEN = 2 << STORAGE_REQ_SHIFT,
153 * struct storage_file_open_req - request format for STORAGE_FILE_OPEN
163 * struct storage_file_open_resp - response format for STORAGE_FILE_OPEN
  /system/core/trusty/storage/proxy/
proxy.c 126 case STORAGE_FILE_OPEN:
127 rc = storage_file_open(msg, req, req_len);
  /system/core/trusty/storage/lib/
storage.c 146 struct storage_msg msg = { .cmd = STORAGE_FILE_OPEN, .flags = _to_msg_flags(opflags)};

Completed in 70 milliseconds