Home
last modified time | relevance | path

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

/test/dittosuite/src/
Ddelete_file.cpp27 DeleteFile::DeleteFile(SyscallInterface& syscall, int repeat, int input_key) in DeleteFile()
Dinstruction_factory.cpp103 int input_key = SharedVariables::GetKey(thread_ids, options.input()); in CreateFromProtoInstruction() local
120 int input_key = SharedVariables::GetKey(thread_ids, options.input()); in CreateFromProtoInstruction() local
Dopen_file.cpp34 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, int input_key, bool create, in OpenFile()