Home | History | Annotate | Download | only in dist

Lines Matching refs:zDrive

2398     char *zDrive, *zPath;
2400 zDrive = getenv("HOMEDRIVE");
2402 if( zDrive && zPath ){
2403 n = strlen30(zDrive) + strlen30(zPath) + 1;
2406 sqlite3_snprintf(n, home_dir, "%s%s", zDrive, zPath);