Home
last modified time | relevance | path

Searched refs:storage_init (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/trusty/storage/proxy/
H A Dstorage.h48 int storage_init(const char* dirname);
H A Dproxy.c255 rc = storage_init(ss_data_root); in main()
H A Dstorage.c604 int storage_init(const char *dirname) in storage_init() function