Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp97 static bool ReadBlockDevice(const std::string &blk_device, size_t count, in ReadBlockDevice() argument
99 GTEST_LOG_(INFO) << "Reading " << count << " bytes from " << blk_device; in ReadBlockDevice()
109 open(blk_device.c_str(), O_RDONLY | O_DIRECT | O_CLOEXEC)); in ReadBlockDevice()
111 ADD_FAILURE() << "Failed to open " << blk_device << Errno(); in ReadBlockDevice()
115 ADD_FAILURE() << "Failed to read from " << blk_device << Errno(); in ReadBlockDevice()
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp298 *out_system_path = system_fstab_entry->blk_device; in GetSystemHashtreeDescriptor()