Lines Matching refs:file
4 * you may not use this file except in compliance with the License.
18 #include "util/file.h"
31 File file(filePath, File::WRITE);
48 file.WriteData(data.string(), data.GetLength());
49 file.Flush();
50 file.Close();
287 File file(filePath, File::WRITE);
305 file.WriteData(data.string(), data.GetLength());
306 file.Flush();
307 file.Close();
487 File file(filePath, File::WRITE);
509 file.WriteData(data.string(), data.GetLength());
510 file.Flush();
511 file.Close();
681 File file(filePath, File::WRITE);
696 file.WriteData(data.string(), data.GetLength());
697 file.Flush();
698 file.Close();
731 File file(filePath, File::WRITE);
753 file.WriteData(data.string(), data.GetLength());
754 file.Flush();
755 file.Close();