Searched refs:tmp_binary (Results 1 – 1 of 1) sorted by relevance
109 TemporaryFile tmp_binary; in ParseSections() local110 ASSERT_NE(-1, tmp_binary.fd); in ParseSections()111 ExtractBugreport(&handle, tmp_binary.fd); in ParseSections()114 std::ifstream ifs(tmp_binary.path, std::ifstream::in); in ParseSections()431 TemporaryFile tmp_binary; in TEST_F() local432 ASSERT_NE(-1, tmp_binary.fd); in TEST_F()433 ExtractBugreport(&handle, tmp_binary.fd); in TEST_F()436 std::ifstream ifs(tmp_binary.path, std::ifstream::in); in TEST_F()