Home
last modified time | relevance | path

Searched defs:boot_path (Results 1 – 4 of 4) sorted by relevance

/external/avb/test/
Davb_slot_verify_unittest.cc500 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local
568 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local
635 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local
759 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local
838 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local
894 base::FilePath boot_path = GenerateImage("boot_a.img", 5 * 1024 * 1024); in TEST_F() local
967 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
1152 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
1269 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
1462 base::FilePath boot_path = GenerateImage("boot_a.img", 5 * 1024 * 1024); in TEST_F() local
[all …]
Davbtool_unittest.cc793 base::FilePath boot_path = GenerateImage("boot", max_image_size); in TEST_F() local
2555 base::FilePath boot_path = GenerateImage("boot", boot_size); in TEST_F() local
2779 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in GenerateImageWithHashAndHashtreeSetup() local
3163 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
Davb_ab_flow_unittest.cc181 base::FilePath boot_path = GenerateImage(boot_name, boot_image_size); in GenerateSlot() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DClassPath.java156 final String boot_path = System.getProperty("sun.boot.class.path"); in getClassPath() local