Home | History | Annotate | Download | only in dexlayout

Lines Matching full:output_location

1892     std::string output_location(options_.output_dex_directory_);
1895 if (output_location == dex_file_directory) {
1896 output_location = dex_file_location + ".new";
1898 output_location += dex_file_location.substr(last_slash);
1900 output_location += "/" + dex_file_location + ".new";
1902 new_file.reset(OS::CreateEmptyFile(output_location.c_str()));
1904 LOG(ERROR) << "Could not create dex writer output file: " << output_location;
1908 LOG(ERROR) << "Could not grow dex writer output file: " << output_location;;
1913 new_file->Fd(), 0, /*low_4gb*/ false, output_location.c_str(), &error_msg));