Lines Matching defs:file
4 * you may not use this file except in compliance with the License.
40 char file[PATH_MAX] = {0};
41 FILE_ABSOLUTE_PATH(STR_VFSCANF_TXT, file);
42 fp = fopen(file, "w+");
64 remove(file);
77 char file[PATH_MAX] = {0};
78 FILE_ABSOLUTE_PATH(STR_VFSCANF_TXT, file);
79 fp = fopen(file, "w+");
101 remove(file);
114 char file[PATH_MAX] = {0};
115 FILE_ABSOLUTE_PATH(STR_VFSCANF_TXT, file);
116 fp = fopen(file, "w+");
138 remove(file);