Searched refs:STORAGE_DAEMON_DIR (Results 1 – 2 of 2) sorted by relevance
57 const std::string STORAGE_DAEMON_DIR = DATA_EL0_DIR + "/storage_daemon"; variable58 const std::string DEVICE_EL1_DIR = STORAGE_DAEMON_DIR + "/sd";
165 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()