Home | History | Annotate | Download | only in quipper

Lines Matching full:known_file

1236   const string known_file = tmpdir.path() + "buildid_already_known";
1259 testing::ExampleMmapEvent(1001, 0x1c1000, 0x1000, 0, known_file,
1274 string build_id_filename(known_file);
1275 build_id_filename.resize(Align<u64>(known_file.size())); // null-pad
1344 EXPECT_EQ(known_file, events[3].dso_and_offset.dso_name());