Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapex_file_repository_test.cpp686 const std::string apex_foo_path = test_dir.path + "/vdc2"s; in TEST_F() local
692 auto block_apex1 = WriteBlockApex(test_apex_foo, apex_foo_path); in TEST_F()
700 auto apex_foo = ApexFile::Open(apex_foo_path); in TEST_F()
734 const std::string apex_foo_path = test_dir.path + "/vdc2"s; in TEST_F() local
739 auto block_apex1 = WriteBlockApex(test_apex_foo, apex_foo_path); in TEST_F()
763 const std::string apex_foo_path = test_dir.path + "/vdc2"s; in TEST_F() local
769 auto block_apex1 = WriteBlockApex(test_apex_foo, apex_foo_path); in TEST_F()
785 const std::string apex_foo_path = test_dir.path + "/vdc2"s; in TEST_F() local
797 auto block_apex1 = WriteBlockApex(test_apex_foo, apex_foo_path); in TEST_F()
804 ASSERT_EQ(hex_root_digest, instance.GetBlockApexRootDigest(apex_foo_path)); in TEST_F()
[all …]