Searched refs:mappedDevicePath (Results 1 – 2 of 2) sorted by relevance
292 std::filesystem::path mappedDevicePath(cryptDevicePath); in isLocked() local293 return (std::filesystem::exists(mappedDevicePath) == false); in isLocked()
106 const char* mappedDevicePath = "/tmp/testfile_luksDev"; variable111 mappedDevice.open(mappedDevicePath, in createMappedDev()124 EXPECT_EQ(0, unlink(mappedDevicePath)); in removeMappedDev()