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

Lines Matching refs:c_str

26         std::ofstream fs1(temp1.c_str());
27 std::ofstream fs2(temp2.c_str());
35 std::ifstream fs(temp1.c_str());
42 std::remove(temp1.c_str());
44 std::ifstream fs(temp2.c_str());
51 std::remove(temp2.c_str());
53 std::wofstream fs1(temp1.c_str());
54 std::wofstream fs2(temp2.c_str());
62 std::wifstream fs(temp1.c_str());
69 std::remove(temp1.c_str());
71 std::wifstream fs(temp2.c_str());
78 std::remove(temp2.c_str());