Searched defs:image_path (Results 1 – 11 of 11) sorted by relevance
/aosp12/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 | 67 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 D | odr_artifacts.h | 31 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 D | lpadd.cc | 161 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 D | build_image.py | 85 def GetFilesystemCharacteristics(fs_type, image_path, sparse_image=True): argument
|
H A D | common.py | 1453 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 D | avb_util.cpp | 548 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 D | power_test.cpp | 463 std::string md_path, image_path; variable
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | image_manager.cpp | 667 auto image_path = GetImageHeaderPath(name); in Validate() local
|
/aosp12/system/core/fastboot/ |
H A D | fastboot.cpp | 1839 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 D | dexopt.cpp | 918 const std::string image_path = create_image_filename(out_oat_path); in maybe_open_app_image() local
|