Home
last modified time | relevance | path

Searched refs:testdir_ (Results 1 – 7 of 7) 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()
436 base::FilePath external_vbmeta_path = testdir_.Append("external_vbmeta.bin"); in AddHashFooterTest()
438 testdir_.Append("extracted_vbmeta.bin"); in AddHashFooterTest()
439 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in AddHashFooterTest()
668 base::FilePath partition_path = testdir_.Append("partition.bin"); in TEST_F()
727 base::FilePath output_path = testdir_.Append("max_size.txt"); in TEST_F()
896 base::FilePath external_vbmeta_path = testdir_.Append("external_vbmeta.bin"); in AddHashtreeFooterTest()
[all …]
Davb_unittest_util.cc61 testdir_ = base::FilePath(buf); in SetUp()
70 ASSERT_EQ(0U, testdir_.value().find("/tmp/libavb-tests")); in TearDown()
71 ASSERT_TRUE(base::DeleteFile(testdir_, true /* recursive */)); in TearDown()
78 base::FilePath vbmeta_path = testdir_.Append(vbmeta_image); in CalcVBMetaDigest()
79 base::FilePath vbmeta_digest_path = testdir_.Append("vbmeta_digest"); in CalcVBMetaDigest()
105 vbmeta_image_path_ = testdir_.Append(image_name); in GenerateVBMetaImage()
134 base::FilePath image_path = testdir_.Append(file_name); in GenerateImage()
144 base::FilePath tmp_path = testdir_.Append("info_output.txt"); in InfoImage()
155 base::FilePath tmp_path = testdir_.Append("public_key.bin"); in PublicKeyAVB()
Davb_slot_verify_unittest.cc44 ops_.set_partition_dir(testdir_); in SetUp()
773 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
938 base::FilePath other_vbmeta_path = testdir_.Append("vbmeta_google.img"); in TEST_F()
968 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
1142 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
1222 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
1278 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
1367 base::FilePath pk_path = testdir_.Append("testkey_rsa4096.avbpubkey"); in TEST_F()
1714 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in CmdlineWithHashtreeVerification()
1844 base::FilePath system_path = testdir_.Append("system_a.img"); in CmdlineWithChainedHashtreeVerification()
[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_unittest_util.h100 base::FilePath testdir_; variable
Davb_atx_slot_verify_unittest.cc60 ops_.set_partition_dir(testdir_); in SetUp()
Davb_atx_validate_unittest.cc975 ops_.set_partition_dir(testdir_); in SetUp()