Home
last modified time | relevance | path

Searched defs:image_file (Results 1 – 7 of 7) sorted by relevance

/aosp12/bootable/recovery/updater/
H A Dbuild_info.cpp54 auto& image_file = temp_files_.back(); in ParseTargetFile() local
/aosp12/build/make/tools/releasetools/
H A Dverity_utils.py80 def GetSimgSize(image_file): argument
85 def ZeroPadSimg(image_file, pad_size): argument
/aosp12/system/core/fs_mgr/liblp/
H A Dimages.cpp104 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file) { in ReadFromImageFile()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc146 static bool ReadSpecificImageHeader(File* image_file, in ReadSpecificImageHeader()
164 std::unique_ptr<File> image_file(OS::OpenFileForReading(filename)); in ReadSpecificImageHeader() local
2006 File image_file(art_fd.release(), /*check_usage=*/ false); in CompileExtension() local
2771 File image_file(art_fd.release(), image_filename, /*check_usage=*/ false); in Load() local
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc347 void reset(File* image_file) { in reset()
372 std::unique_ptr<File> image_file = std::move(image_file_); in WriteHeaderAndClose() local
428 ImageFileGuard image_file; in Write() local
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp163 void RunBlockImageUpdate(bool is_verify, PackageEntries entries, const std::string& image_file, in RunBlockImageUpdate()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp937 UniqueFile image_file( in maybe_open_app_image() local