Home | History | Annotate | Download | only in courgette

Lines Matching defs:file

3 // found in the LICENSE file.
11 void TestAssembleToStreamDisassemble(std::string file,
16 std::string file,
18 const void* original_buffer = file.c_str();
19 size_t original_length = file.length();
72 std::string file = FileContents("setup1.exe");
73 TestAssembleToStreamDisassemble(file, 971850);
77 std::string file = FileContents("chrome64_1.exe");
78 TestAssembleToStreamDisassemble(file, 814709);
82 std::string file = FileContents("elf-32-1");
83 TestAssembleToStreamDisassemble(file, 135988);