Searched defs:fout (Results 1 – 7 of 7) sorted by relevance
117 std::ofstream fout(des, std::ofstream::out || std::ofstream::binary); in CopyFile() local135 std::ofstream fout(file, std::ofstream::out || std::ofstream::app); in WriteFile() local
92 std::ofstream fout(des, std::ios::binary); in CopyFile() local
60 int32_t fout = open(path.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); in DupFile() local
232 std::ofstream fout(path); in CreateFile() local248 std::ofstream fout(des, ios::binary); in CopyFile() local
214 std::ofstream fout(des); in CopyFile() local
278 std::ofstream fout; in StackTop() local
370 std::ofstream fout(dest, mode); in CopyFile() local