test: Use stdplus::fd::FdMock

Use the proper mock library for stdplus::fd.

Change-Id: Icaa22ed98228a4b4b0df29a79f589f5deffa5f81
Signed-off-by: Willy Tu <wltu@google.com>
1 file changed
tree: 1543707efbe6315286ceab05b508e02a06397e72
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .clang-tidy
  7. .gitignore
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

eStoraged

This daemon serves as an abstraction for an encrypted storage device, encapsulating the security functionality and providing a D-Bus interface to manage the encrypted filesystem on the device. Using the D-Bus interface, other software components can interact with eStoraged to do things like create a new encrypted filesystem, wipe its contents, lock/unlock the device, or change the password.