Home
last modified time | relevance | path

Searched defs:image_path (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.cpp56 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 Davb_util_test.cpp67 void AvbUtilTest::SetVBMetaFlags(const base::FilePath& image_path, uint32_t flags) { in SetVBMetaFlags()
161 base::FilePath image_path = GenerateImage("test.img", image_size); in TEST_F() local
176 base::FilePath image_path = GenerateImage("test.img", image_size); in TEST_F() local
/aosp12/art/odrefresh/
H A Dodr_artifacts.h31 static OdrArtifacts ForBootImageExtension(const std::string& image_path) { in ForBootImageExtension()
35 static OdrArtifacts ForSystemServer(const std::string& image_path) { in ForSystemServer()
44 OdrArtifacts(const std::string& image_path, const char* aot_extension) in OdrArtifacts()
/aosp12/system/extras/partition_tools/
H A Dlpadd.cc161 uint32_t attributes, const std::string& image_path) { in AddPartition()
452 std::string image_path; in main() local
/aosp12/build/make/tools/releasetools/
H A Dbuild_image.py85 def GetFilesystemCharacteristics(fs_type, image_path, sparse_image=True): argument
H A Dcommon.py1453 def BuildVBMeta(image_path, partitions, name, needed_partitions): argument
1720 def _SignBootableImage(image_path, prebuilt_name, partition_name, argument
/aosp12/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp548 const std::string& image_path, const std::string& partition_name, in LoadAndVerifyVbmetaByPath()
622 auto image_path = device_path_constructor( in LoadAndVerifyVbmetaByPartition() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp463 std::string md_path, image_path; variable
/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp667 auto image_path = GetImageHeaderPath(name); in Validate() local
/aosp12/system/core/fastboot/
H A Dfastboot.cpp1839 auto image_path = temp_dir.path + "/"s + super_bdev_name + ".img"; in wipe_super() local
1858 auto image_path = temp_dir.path + "/"s + image_name; in wipe_super() local
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp918 const std::string image_path = create_image_filename(out_oat_path); in maybe_open_app_image() local