Lines Matching defs:file
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
38 // The file we're looking for to identify the project root dir.
50 // Check for our file that verifies the root dir.
52 FILE* file = NULL;
57 file = fopen(root_filename.c_str(), "r");
58 if (file != NULL) {
59 fclose(file);
99 "file and re-run to create the directory.\n",
155 FILE* f = fopen(filename.c_str(), "rb");