Lines Matching refs:FILE
112 /* TODO: Put in shared source file */
152 dwarning("%s partition size adjusted to match image file %s\n", description, temp);
275 derror("You must use the -snapstorage <file> option to specify a snapshot storage file!\n");
338 "emulator: WARNING: could not find keyset file named '%s',"
348 fprintf(stderr, "PANIC: default keyset file is corrupted !!\n" );
422 derror( "This AVD's configuration is missing a kernel file!!" );
428 derror( "Invalid or missing kernel image file: %s", kernelFile );
442 * to each AVD config file, then automatically determine its value for
579 derror("System image file doesn't exist: %s", initImage);
586 /* Use the read/write image file directly */
705 /* Find the current cache partition file */
708 /* The file does not exists, we will force its creation
710 * a temporary file will be used.
738 /* If -datadir <path> is used, look for a sdcard.img file here */
1069 derror("Charmap file does not exist: %s", opts->charmap);
1073 file itself is only used by the UI component
1104 * can be properly saved / resored in snapshot file. */
1208 * The new file will group all definitions and will be used to
1209 * launch the core with the -android-hw <file> option.
1219 * file though to avoid overwriting the existing one. */
1235 /* In verbose mode, dump the file's content */
1237 FILE* file = fopen(coreHwIniPath, "rt");
1238 if (file == NULL) {
1239 derror("Could not open hardware configuration file: %s\n",
1242 LineInput* input = lineInput_newFromStdFile(file);
1244 printf("Content of hardware configuration file:\n");
1250 fclose(file);