Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc98 std::string input_file(options); in AgentStart() local
/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc150 std::unique_ptr<File> input_file(OS::OpenFileForReading(input_filename)); in Main() local
/art/dex2oat/
Ddex2oat.cc1334 MemMap input_file = zip_entry->MapDirectlyOrExtract( in OpenFile() local
2785 std::ifstream input_file(input_filename, std::ifstream::in); in ReadCommentedInputFromFile() local
2813 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.cc1004 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local
/art/oatdump/
Doatdump.cc3013 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local