Home
last modified time | relevance | path

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

/external/avb/test/
Davb_slot_verify_unittest.cc417 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 …]
Davbtool_unittest.cc745 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()
Davb_ab_flow_unittest.cc181 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/
Dmrc.h166 uint16_t boot_path; member
/external/u-boot/arch/x86/cpu/quark/
Dmrc.c170 if (mrc_params->boot_mode & init[i].boot_path) { in mrc_mem_init()
/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
160 getPathComponents(boot_path, list); in getClassPath()