Searched refs:system_path (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libfs_avb/tests/ |
D | avb_util_test.cpp | 190 base::FilePath system_path = GenerateImage("system.img", image_size); in TEST_F() local 191 EXPECT_NE(0U, system_path.value().size()); in TEST_F() 195 ASSERT_TRUE(base::GetFileSize(system_path, &file_size)); in TEST_F() 199 AddAvbFooter(system_path, "hashtree", "system", partition_size, "SHA512_RSA8192", 20, in TEST_F() 204 ASSERT_TRUE(base::GetFileSize(system_path, &file_size)); in TEST_F() 239 InfoImage(system_path)); in TEST_F() 242 auto fd = OpenUniqueReadFd(system_path); in TEST_F() 253 base::FilePath system_path = GenerateImage("system.img", image_size); in TEST_F() local 256 auto fd = OpenUniqueReadFd(system_path); in TEST_F() 264 base::FilePath system_path = GenerateImage("system.img", image_size); in TEST_F() local [all …]
|
D | basic_test.cpp | 112 base::FilePath system_path = GenerateImage("system.img", image_size); in TEST_F() local 113 EXPECT_NE(0U, system_path.value().size()); in TEST_F() 116 ASSERT_TRUE(base::GetFileSize(system_path, &file_size)); in TEST_F() 119 AddAvbFooter(system_path, "hashtree", "system", partition_size, "SHA512_RSA8192", 20, in TEST_F() 123 ExtractVBMetaImage(system_path, "system-vbmeta.img"); in TEST_F() 165 base::FilePath system_path = GenerateImage("system.img", system_image_size); in TEST_F() local 167 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA8192", 20, in TEST_F() 173 {boot_path, system_path}, /* include_descriptor_image_paths */ in TEST_F() 227 base::FilePath system_path = GenerateImage("system.img", system_image_size); in TEST_F() local 229 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F()
|
D | fs_avb_util_test.cpp | 35 base::FilePath system_path = GenerateImage("system.img", system_image_size); in TEST_F() local 38 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 42 auto system_vbmeta = ExtractAndLoadVBMetaData(system_path, "system-vbmeta.img"); in TEST_F() 80 InfoImage(system_path)); in TEST_F()
|
D | fs_avb_test.cpp | 77 base::FilePath system_path = GenerateImage("system.img", system_image_size); in TEST_F() local 79 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 148 base::FilePath system_path = GenerateImage("system.img", system_image_size); in TEST_F() local 150 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 253 base::FilePath system_path = GenerateImage("system.img", system_image_size); in TEST_F() local 255 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F()
|
/system/extras/simpleperf/ |
D | event_type.cpp | 82 std::string system_path = tracepoint_dirname + "/" + system_name; in GetTracepointEventTypesFromTraceFs() local 83 for (const auto& event_name : GetSubDirs(system_path)) { in GetTracepointEventTypesFromTraceFs() 84 std::string id_path = system_path + "/" + event_name + "/id"; in GetTracepointEventTypesFromTraceFs()
|