Home
last modified time | relevance | path

Searched refs:ImageFileGuard (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dimage.h33 class ImageFileGuard; variable
427 bool WriteData(const ImageFileGuard& image_file,
527 class ImageFileGuard {
529 ImageFileGuard() noexcept = default;
530 ImageFileGuard(ImageFileGuard&& other) noexcept = default;
531 ImageFileGuard& operator=(ImageFileGuard&& other) noexcept = default;
533 ~ImageFileGuard() { in ~ImageFileGuard()
Dimage.cc318 bool ImageHeader::WriteData(const ImageFileGuard& image_file, in WriteData()
Druntime_image.cc1871 ImageFileGuard image_file; in WriteImageToDisk()
/art/dex2oat/linker/
Dimage_writer.cc372 ImageFileGuard primary_image_file; in Write()
376 ImageFileGuard image_file; in Write()