Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc98 std::string input_file(options); in AgentStart() local
/art/dex2oat/
Ddex2oat.cc1610 MemMap input_file = zip_entry->MapDirectlyOrExtract( in OpenFile() local
2898 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local
2926 MemMap input_file = zip_entry->ExtractToMemMap(zip_filename, input_filename, error_msg); in ReadCommentedInputFromZip() local
/art/libartbase/base/unix_file/
Dfd_file.cc473 bool FdFile::Copy(FdFile* input_file, int64_t offset, int64_t size) { in Copy()
/art/profman/
Dprofman.cc864 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local
/art/oatdump/
Doatdump.cc3379 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local