Home | History | Annotate | Download | only in ofstream.assign

Lines Matching refs:c_str

27         std::ofstream fs1(temp1.c_str());
28 std::ofstream fs2(temp2.c_str());
36 std::ifstream fs(temp1.c_str());
43 std::remove(temp1.c_str());
45 std::ifstream fs(temp2.c_str());
52 std::remove(temp2.c_str());
54 std::wofstream fs1(temp1.c_str());
55 std::wofstream fs2(temp2.c_str());
63 std::wifstream fs(temp1.c_str());
70 std::remove(temp1.c_str());
72 std::wifstream fs(temp2.c_str());
79 std::remove(temp2.c_str());