Home | History | Annotate | Download | only in qemu

Lines Matching refs:sdPath

3646         const char* sdPath = android_hw->hw_sdCard_path;
3647 if (sdPath && *sdPath) {
3648 if (!path_exists(sdPath)) {
3649 fprintf(stderr, "WARNING: SD Card image is missing: %s\n", sdPath);
3650 } else if (filelock_create(sdPath) == NULL) {
3651 fprintf(stderr, "WARNING: SD Card image already in use: %s\n", sdPath);
3654 hda_opts = drive_add(sdPath, HD_ALIAS, 0);