Searched refs:cryptDevicePath (Results 1 – 2 of 2) sorted by relevance
48 cryptDevicePath(cryptIface->cryptGetDir() + "/" + luksName), in EStoraged()292 std::filesystem::path mappedDevicePath(cryptDevicePath); in isLocked()414 int retval = fsIface->runMkfs(cryptDevicePath); in createFilesystem()423 cryptDevicePath, "REDFISH_MESSAGE_ID", in createFilesystem()448 int retval = fsIface->doMount(cryptDevicePath.c_str(), mountPoint.c_str(), in mountFilesystem()519 return cryptDevicePath; in getCryptDevicePath()
147 const std::string cryptDevicePath; member in estoraged::EStoraged