Lines Matching refs:fileName
77 CString fileName = "snapshot";
81 snapshotSerialize.Serialize(*array1, nullptr, fileName);
89 EXPECT_EQ(snapshotDeserialize.Deserialize(SnapshotType::VM_ROOT, fileName), expected);
99 std::remove(fileName.c_str());
132 CString fileName = "snapshot";
135 snapshotSerialize.Serialize(*constpool, nullptr, fileName);
138 snapshotDeserialize.Deserialize(SnapshotType::VM_ROOT, fileName);
161 std::remove(fileName.c_str());
181 CString fileName = "snapshot";
184 snapshotSerialize.Serialize(*constpool, nullptr, fileName);
187 snapshotDeserialize.Deserialize(SnapshotType::VM_ROOT, fileName);
201 std::remove(fileName.c_str());
251 CString fileName = "builtins.snapshot";
252 std::remove(fileName.c_str());
294 std::remove(fileName.c_str());
318 CString fileName = "snapshot";
321 snapshotSerialize.Serialize(*array1, nullptr, fileName);
324 snapshotDeserialize.Deserialize(SnapshotType::VM_ROOT, fileName);
332 std::remove(fileName.c_str());