Searched refs:zDrive (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/
H A Dshell.c.orig2398 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);
H A Dshell.c2417 char *zDrive, *zPath; local
2419 zDrive = getenv("HOMEDRIVE");
2421 if( zDrive && zPath ){
2422 n = strlen30(zDrive) + strlen30(zPath) + 1;
2425 sqlite3_snprintf(n, home_dir, "%s%s", zDrive, zPath);

Completed in 85 milliseconds