Home
last modified time | relevance | path

Searched defs:image_filename (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/avb/
H A Davbtool.py756 def __init__(self, image_filename, read_only=False): argument
2226 def extract_vbmeta_image(self, output, image_filename, padding_size): argument
2251 def erase_footer(self, image_filename, keep_hashtree): argument
2290 def zero_hashtree(self, image_filename): argument
2345 def resize_image(self, image_filename, partition_size): argument
2426 def info_image(self, image_filename, output, cert): argument
2510 def verify_image(self, image_filename, key_path, expected_chain_partitions, argument
2611 def print_partition_digests(self, image_filename, output, as_json): argument
2632 def _print_partition_digests(self, image_filename, output, json_partitions, argument
2672 def calculate_vbmeta_digest(self, image_filename, hash_algorithm, output): argument
[all …]
/aosp_15_r20/art/odrefresh/
H A Dodr_artifacts_test.cc36 const std::string image_filename = in TEST() local
55 const std::string image_filename = in TEST() local
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc89 ImageSpace::ImageSpace(const std::string& image_filename, in ImageSpace()
560 static std::unique_ptr<ImageSpace> InitAppImage(const char* image_filename, in InitAppImage()
665 static std::unique_ptr<ImageSpace> Init(const char* image_filename, in Init()
693 const char* image_filename, in Init()
913 static bool ValidateBootImageChecksum(const char* image_filename, in ValidateBootImageChecksum()
991 static MemMap LoadImageFile(const char* image_filename, in LoadImageFile()
2819 const std::string& image_filename, in Load()
/aosp_15_r20/system/update_engine/payload_generator/
H A Derofs_filesystem.cc85 std::string_view image_filename, in FillExtentInfo()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_test.h205 for (const std::string& image_filename : image_filenames) { in DoCompile() local
H A Dimage_writer.cc599 const std::string& image_filename = image_filenames[i]; in Write() local
/aosp_15_r20/art/libartbase/base/
H A Dfile_utils_test.cc268 const std::string image_filename = GetSystemImageFilename(image.c_str(), isa); in TEST_F() local
/aosp_15_r20/art/runtime/oat/
H A Dimage.h551 bool WriteHeaderAndClose(const std::string& image_filename, in WriteHeaderAndClose()
/aosp_15_r20/external/deqp-deps/amber/samples/
Damber.cc655 auto image_filename = options.image_filenames[i]; local
/aosp_15_r20/device/google/trout/tools/
Dbpttool298 def __init__(self, image_filename): argument
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2882 std::string StripIsaFrom(const char* image_filename, InstructionSet isa) { in StripIsaFrom()
/aosp_15_r20/art/oatdump/
H A Doatdump.cc1885 std::string image_filename = image_space_.GetImageFilename(); in Dump() local