Home
last modified time | relevance | path

Searched refs: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
517 boot_path.value().c_str(), in TEST_F()
529 boot_path.value().c_str())); in TEST_F()
568 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local
585 boot_path.value().c_str(), in TEST_F()
597 boot_path.value().c_str())); in TEST_F()
635 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local
647 boot_path.value().c_str(), in TEST_F()
659 boot_path.value().c_str())); in TEST_F()
694 boot_path.value().c_str()); in TEST_F()
[all …]
Davbtool_unittest.cc793 base::FilePath boot_path = GenerateImage("boot", max_image_size); in TEST_F() local
803 boot_path.value().c_str(), in TEST_F()
2555 base::FilePath boot_path = GenerateImage("boot", boot_size); in TEST_F() local
2569 boot_path.value().c_str(), in TEST_F()
2574 std::string boot_contents = InfoImage(boot_path); in TEST_F()
2607 base::File(boot_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in TEST_F()
2779 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in GenerateImageWithHashAndHashtreeSetup() local
2788 boot_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup()
2807 boot_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup()
3163 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
[all …]
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/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()