Home | History | Annotate | Download | only in qemu

Lines Matching defs:spath

3669         const char* spath = android_hw->disk_snapStorage_path;
3670 if (spath && *spath) {
3671 if (!path_exists(spath)) {
3672 PANIC("Snapshot storage file does not exist: %s", spath);
3674 if (filelock_create(spath) == NULL) {
3675 PANIC("Snapshot storage already in use: %s", spath);
3677 hdb_opts = drive_add(spath, HD_ALIAS, 1);