Home
last modified time | relevance | path

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

/external/avb/test/
Davbtool_unittest.cc50 ops_.set_partition_dir(testdir_); in SetUp()
67 base::FilePath path = testdir_.Append("version.txt"); in TEST_F()
279 base::FilePath vbmeta_path = testdir_.Append("vbmeta.img"); in TEST_F()
280 base::FilePath vbmeta_padded_path = testdir_.Append("vbmeta_padded.img"); in TEST_F()
435 base::FilePath ext_vbmeta_path = testdir_.Append("ext_vbmeta.bin"); in AddHashFooterTest()
436 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in AddHashFooterTest()
651 base::FilePath partition_path = testdir_.Append("partition.bin"); in TEST_F()
709 base::FilePath output_path = testdir_.Append("max_size.txt"); in TEST_F()
750 base::FilePath ext_vbmeta_path = testdir_.Append("ext_vbmeta.bin"); in AddHashtreeFooterTest()
751 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in AddHashtreeFooterTest()
[all …]
Davb_unittest_util.h83 vbmeta_image_path_ = testdir_.Append(image_name);
112 base::FilePath image_path = testdir_.Append(file_name);
123 base::FilePath tmp_path = testdir_.Append("info_output.txt"); in InfoImage()
135 base::FilePath tmp_path = testdir_.Append("public_key.bin"); in PublicKeyAVB()
151 testdir_ = base::FilePath(buf); in SetUp()
159 ASSERT_EQ(0U, testdir_.value().find("/tmp/libavb-tests")); in TearDown()
160 ASSERT_TRUE(base::DeleteFile(testdir_, true /* recursive */)); in TearDown()
166 base::FilePath testdir_; variable
Davb_slot_verify_unittest.cc42 ops_.set_partition_dir(testdir_); in SetUp()
648 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
818 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
898 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
954 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
1043 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
1386 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in CmdlineWithHashtreeVerification()
1516 base::FilePath system_path = testdir_.Append("system_a.img"); in CmdlineWithChainedHashtreeVerification()
1578 base::FilePath pk_path = testdir_.Append("testkey_rsa2048.avbpubkey"); in CmdlineWithChainedHashtreeVerification()
1700 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in VerificationDisabled()
[all …]
Davb_ab_flow_unittest.cc137 ops_.set_partition_dir(testdir_); in SetUp()
145 base::FilePath misc_path = testdir_.Append("misc.img"); in SetUp()
210 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in GenerateSlot()
1228 base::FilePath misc_path = testdir_.Append("misc.img"); in TEST_F()
1305 base::FilePath misc_path = testdir_.Append("misc.img"); in TEST_F()
Davb_atx_validate_unittest.cc542 ops_.set_partition_dir(testdir_); in SetUp()