Searched refs:cryptGetDir (Results 1 – 4 of 4) sorted by relevance
165 virtual std::string cryptGetDir() = 0;245 std::string cryptGetDir() override in cryptGetDir() function in estoraged::Cryptsetup
86 MOCK_METHOD(std::string, cryptGetDir, (), (override));
48 cryptDevicePath(cryptIface->cryptGetDir() + "/" + luksName), in EStoraged()
85 EXPECT_CALL(*cryptIface, cryptGetDir).WillOnce(Return(testCryptDir)); in SetUp()