Lines Matching refs:spath
3644 const char* spath = android_hw->disk_snapStorage_path;
3645 if (spath && *spath) {
3646 if (!path_exists(spath)) {
3647 PANIC("Snapshot storage file does not exist: %s", spath);
3649 if (filelock_create(spath) == NULL) {
3650 PANIC("Snapshot storage already in use: %s", spath);
3652 hdb_opts = drive_add(spath, HD_ALIAS, 1);