Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc83 ASSERT_EQ(0, fchmod(source_part_.fd(), 0666)) in SetUp()
84 << " Failed to set " << source_part_.path() << " as writable " in SetUp()
92 source_part_.path().c_str(), part_data.data(), part_data.size())); in SetUp()
122 part.source_path = source_part_.path(); in AddFakePartition()
125 HashCalculator::RawHashOfFile(source_part_.path(), &part.source_hash)); in AddFakePartition()
198 static ScopedTempFile source_part_; member in chromeos_update_engine::FilesystemVerifierActionTest
203 ScopedTempFile FilesystemVerifierActionTest::source_part_{