Home
last modified time | relevance | path

Searched refs:STORAGE_DAEMON_DIR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h57 const std::string STORAGE_DAEMON_DIR = DATA_EL0_DIR + "/storage_daemon"; variable
58 const std::string DEVICE_EL1_DIR = STORAGE_DAEMON_DIR + "/sd";
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp165 ret = MkDir(STORAGE_DAEMON_DIR, S_IRWXU); // para.0700: root only in InitGlobalDeviceKey()
169 "errno = " + std::to_string(errno) + ", path = " + STORAGE_DAEMON_DIR); in InitGlobalDeviceKey()