Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc1875 std::string dirty_image_objects_file(GetAndroidRoot() + "/etc/dirty-image-objects"); in RunDex2oatForBootClasspath() local
1876 std::unique_ptr<File> file(OS::OpenFileForReading(dirty_image_objects_file.c_str())); in RunDex2oatForBootClasspath()
1881 LOG(WARNING) << ART_FORMAT("Missing dirty objects file '{}'", dirty_image_objects_file); in RunDex2oatForBootClasspath()
1885 dirty_image_objects_file, in RunDex2oatForBootClasspath()