Home
last modified time | relevance | path

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

/art/runtime/oat/
Dimage.h34 class ImageFileGuard; variable
432 EXPORT bool WriteData(const ImageFileGuard& image_file,
532 class ImageFileGuard {
534 ImageFileGuard() noexcept = default;
535 ImageFileGuard(ImageFileGuard&& other) noexcept = default;
536 ImageFileGuard& operator=(ImageFileGuard&& other) noexcept = default;
538 ~ImageFileGuard() { in ~ImageFileGuard()
Dimage.cc335 bool ImageHeader::WriteData(const ImageFileGuard& image_file, in WriteData()
/art/dex2oat/linker/
Dimage_test.cc246 ImageFileGuard image_file; in TEST_F()
Dimage_writer.cc596 ImageFileGuard primary_image_file; in Write()
600 ImageFileGuard image_file; in Write()
/art/runtime/
Druntime_image.cc1897 ImageFileGuard image_file; in WriteImageToDisk()