Home
last modified time | relevance | path

Searched refs:STORAGE_FILE_OPEN (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/interface/storage/include/interface/storage/
Dstorage.h55 STORAGE_FILE_OPEN = 2 << STORAGE_REQ_SHIFT, enumerator
/trusty/user/app/storage/
Dtipc_ns.c152 .cmd = STORAGE_FILE_OPEN, in ns_open_file()
172 rc = check_response(STORAGE_FILE_OPEN, &msg, bytes_read); in ns_open_file()
Dclient_tipc.c440 case STORAGE_FILE_OPEN: in client_handle_msg()
/trusty/user/base/lib/storage/
Dstorage.c277 struct storage_msg msg = {.cmd = STORAGE_FILE_OPEN, in storage_open_file()