Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Destoraged.cpp311 std::filesystem::path mappedDevicePath(cryptDevicePath); in isLocked() local
312 return (std::filesystem::exists(mappedDevicePath) == false); in isLocked()
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp160 const char* mappedDevicePath = "/tmp/testfile_luksDev"; variable
165 mappedDevice.open(mappedDevicePath, in createMappedDev()
178 EXPECT_EQ(0, unlink(mappedDevicePath)); in removeMappedDev()