Home | History | Annotate | Download | only in samplecode

Lines Matching refs:FILE

5  * found in the LICENSE file.
597 //Clear existing file or create file if it doesn't exist
598 FILE* f = fopen(FILE_PATH, "wb");
1092 const char* desc = "File saved from Skia SampleApp";
1961 //File is open in append mode
1962 FILE* f = fopen(FILE_PATH, "ab");