Lines Matching defs: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");
342 "emulator: WARNING: could not find keyset file named '%s',"
352 fprintf(stderr, "PANIC: default keyset file is corrupted !!\n" );
429 derror( "This AVD's configuration is missing a kernel file!!" );
435 derror( "Invalid or missing kernel image file: %s", kernelFile );
449 * to each AVD config file, then automatically determine its value for
586 derror("System image file doesn't exist: %s", initImage);
593 /* Use the read/write image file directly */
712 /* Find the current cache partition file */
715 /* The file does not exists, we will force its creation
717 * a temporary file will be used.
757 /* If -datadir <path> is used, look for a sdcard.img file here */
1088 derror("Charmap file does not exist: %s", opts->charmap);
1092 * However, the charmap file itself is only used by the UI component
1123 * can be properly saved / resored in snapshot file. */
1227 * The new file will group all definitions and will be used to
1228 * launch the core with the -android-hw <file> option.
1238 * file though to avoid overwriting the existing one. */
1254 /* In verbose mode, dump the file's content */
1256 FILE* file = fopen(coreHwIniPath, "rt");
1257 if (file == NULL) {
1258 derror("Could not open hardware configuration file: %s\n",
1261 LineInput* input = lineInput_newFromStdFile(file);
1263 printf("Content of hardware configuration file:\n");
1269 fclose(file);