Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1298 std::string tmp_file_name(StringPrintf("/data/local/tmp/dex2oat.%d.%zd.dex", in Setup() local
1300 std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str())); in Setup()
1302 PLOG(ERROR) << "Failed to open file " << tmp_file_name in Setup()
1310 LOG(INFO) << "Wrote input to " << tmp_file_name; in Setup()