Searched defs:image_path (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/fs_mgr/libfs_avb/tests/ |
H A D | fs_avb_test_util.cpp | 56 base::FilePath image_path = iter->second.path; in CalcVBMetaDigest() local 120 base::FilePath BaseFsAvbTest::ExtractVBMetaImage(const base::FilePath& image_path, in ExtractVBMetaImage() 153 base::FilePath image_path = test_dir_.Append(file_name); in GenerateImage() local 160 void BaseFsAvbTest::AddAvbFooter(const base::FilePath& image_path, const std::string& footer_type, in AddAvbFooter() 193 base::FilePath image_path = GenerateImage(partition_name + ".img", image_size); in GenerateImageAndExtractVBMetaData() local 215 base::FilePath image_path = iter->second.path; in LoadVBMetaData() local 225 VBMetaData BaseFsAvbTest::ExtractAndLoadVBMetaData(const base::FilePath& image_path, in ExtractAndLoadVBMetaData() 231 std::string BaseFsAvbTest::InfoImage(const base::FilePath& image_path) { in InfoImage() 244 base::FilePath image_path = iter->second.path; in InfoImage() local
|
H A D | avb_util_test.cpp | 68 void AvbUtilTest::SetVBMetaFlags(const base::FilePath& image_path, uint32_t flags) { in SetVBMetaFlags() 162 base::FilePath image_path = GenerateImage("test.img", image_size); in TEST_F() local 177 base::FilePath image_path = GenerateImage("test.img", image_size); in TEST_F() local
|
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | avb_util.cpp | 480 const std::string& image_path, const std::string& partition_name, in LoadAndVerifyVbmetaByPath() 554 auto image_path = device_path_constructor( in LoadAndVerifyVbmetaByPartition() local
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | image_manager.cpp | 667 auto image_path = GetImageHeaderPath(name); in Validate() local 812 auto image_path = GetImageHeaderPath(name); in ValidateImageMaps() local
|
/aosp14/system/core/fastboot/ |
H A D | fastboot.cpp | 2146 auto image_path = temp_dir.path + "/"s + super_bdev_name + ".img"; in wipe_super() local 2165 auto image_path = temp_dir.path + "/"s + image_name; in wipe_super() local
|