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() 485 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local 502 boot_path.value().c_str(), in TEST_F() 514 boot_path.value().c_str())); in TEST_F() 552 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local 564 boot_path.value().c_str(), in TEST_F() 576 boot_path.value().c_str())); in TEST_F() 610 boot_path.value().c_str()); in TEST_F() [all …]
|
D | avbtool_unittest.cc | 749 base::FilePath boot_path = GenerateImage("boot", max_image_size); in TEST_F() local 759 boot_path.value().c_str(), in TEST_F() 2311 base::FilePath boot_path = GenerateImage("boot", boot_size); in TEST_F() local 2325 boot_path.value().c_str(), in TEST_F() 2330 std::string boot_contents = InfoImage(boot_path); in TEST_F() 2362 base::File(boot_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in TEST_F() 2534 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in GenerateImageWithHashAndHashtreeSetup() local 2543 boot_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup() 2562 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()
|