Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc86 ASSERT_EQ(0, fchmod(target_part_.fd(), 0666)) in SetUp()
87 << " Failed to set " << target_part_.path() << " as writable " in SetUp()
97 target_part_.path().c_str(), part_data.data(), part_data.size())); in SetUp()
118 part.target_path = target_part_.path(); in AddFakePartition()
127 HashCalculator::RawHashOfFile(target_part_.path(), &part.target_hash)); in AddFakePartition()
175 ASSERT_TRUE(HashCalculator::RawHashOfFile(target_part_.path(), in SetHashWithVerity()
199 static ScopedTempFile target_part_; member in chromeos_update_engine::FilesystemVerifierActionTest
205 ScopedTempFile FilesystemVerifierActionTest::target_part_{
662 part.readonly_target_path = target_part_.path(); in TEST_F()