Home
last modified time | relevance | path

Searched defs:input_file (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.cc265 bool FdFile::Copy(FdFile* input_file, int64_t offset, int64_t size) { in Copy()
/art/runtime/
Doat_file_assistant.cc621 OatFileAssistant::RelocateOatFile(const std::string* input_file, std::string* error_msg) { in RelocateOatFile()
/art/dex2oat/
Ddex2oat.cc2368 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local
2396 std::unique_ptr<MemMap> input_file(zip_entry->ExtractToMemMap(zip_filename, in ReadCommentedInputFromZip() local