Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1472 std::string tmp_file_name(StringPrintf("/data/local/tmp/dex2oat.%d.%zd.dex", getpid(), i)); in dex2oat() local
1473 std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str())); in dex2oat()
1475 PLOG(ERROR) << "Failed to open file " << tmp_file_name in dex2oat()
1483 LOG(INFO) << "Wrote input to " << tmp_file_name; in dex2oat()