Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc1771 std::string output_location = in RunDex2oat() local
1773 std::unique_ptr<File> output_file(OS::CreateEmptyFile(output_location.c_str())); in RunDex2oat()
1777 ART_FORMAT("Failed to create {} file '{}': {}", kind, output_location, strerror(errno))); in RunDex2oat()