Lines Matching refs:file
4 * you may not use this file except in compliance with the License.
23 #include "util/file.h"
45 File file(filePath, File::WRITE);
57 file.WriteData(data.string(), data.GetLength());
58 file.Flush();
59 file.Close();
236 File file(filePath, File::WRITE);
248 file.WriteData(data.string(), data.GetLength());
249 file.Flush();
250 file.Close();
470 File file(filePath, File::WRITE);
481 file.WriteData(data.string(), data.GetLength());
482 file.Flush();
483 file.Close();
1161 Logger::E(TAG, "unsupported type in .idl file");
1169 Logger::E(TAG, "unsupported type in .idl file");