Home | History | Annotate | Download | only in cpp

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
100 FILE *f;
109 // Determine the length of the file
115 // Read file into a buffer
119 DBG("Couldn't read entire file");
124 DBG("File read");
151 // A javascript read file function arg[0] = filename
158 // No file name return Undefined
176 // A javascript read file function arg[0] = filename
183 // No file name return Undefined
209 // Read, compile and run a javascript file
218 // No file name return Undefined
382 status = ReadFile("/sdcard/data/no-file", &buffer, &length);