Searched refs:boot_path (Results 1 – 6 of 6) sorted by relevance
/external/avb/test/ |
D | avb_slot_verify_unittest.cc | 417 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local 434 boot_path.value().c_str(), in TEST_F() 446 boot_path.value().c_str())); in TEST_F() 484 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local 496 boot_path.value().c_str(), in TEST_F() 508 boot_path.value().c_str())); in TEST_F() 541 boot_path.value().c_str()); in TEST_F() 545 1, "./avbtool info_image --image %s", boot_path.value().c_str()); in TEST_F() 606 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local 618 boot_path.value().c_str(), in TEST_F() [all …]
|
D | avbtool_unittest.cc | 745 base::FilePath boot_path = GenerateImage("boot", max_image_size); in TEST_F() local 755 boot_path.value().c_str(), in TEST_F() 2118 base::FilePath boot_path = GenerateImage("boot", boot_size); in TEST_F() local 2132 boot_path.value().c_str(), in TEST_F() 2137 std::string boot_contents = InfoImage(boot_path); in TEST_F() 2168 base::File(boot_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in TEST_F() 2340 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in GenerateImageWithHashAndHashtreeSetup() local 2349 boot_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup() 2368 boot_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup()
|
D | avb_ab_flow_unittest.cc | 181 base::FilePath boot_path = GenerateImage(boot_name, boot_image_size); in GenerateSlot() local 189 boot_path.value().c_str(), in GenerateSlot() 230 boot_path.value().c_str(), in GenerateSlot()
|
/external/u-boot/arch/x86/include/asm/arch-quark/ |
D | mrc.h | 166 uint16_t boot_path; member
|
/external/u-boot/arch/x86/cpu/quark/ |
D | mrc.c | 170 if (mrc_params->boot_mode & init[i].boot_path) { in mrc_mem_init()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | ClassPath.java | 156 final String boot_path = System.getProperty("sun.boot.class.path"); in getClassPath() local 160 getPathComponents(boot_path, list); in getClassPath()
|