Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc295 bool FdFile::Copy(FdFile* input_file, int64_t offset, int64_t size) { in Copy()
/art/profman/
Dprofman.cc526 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local
/art/dex2oat/
Ddex2oat.cc2586 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local
2615 std::unique_ptr<MemMap> input_file(zip_entry->ExtractToMemMap(zip_filename, in ReadCommentedInputFromZip() local
/art/oatdump/
Doatdump.cc3278 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local