Searched refs:zHome (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c2882 char *zHome; local
2891 zHome = find_home_dir();
2892 if( zHome ){
2893 nHistory = strlen30(zHome) + 20;
2895 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
2907 free(zHome);
/external/sqlite/dist/orig/
H A Dshell.c3015 char *zHome; local
3024 zHome = find_home_dir();
3025 if( zHome ){
3026 nHistory = strlen30(zHome) + 20;
3028 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
3040 free(zHome);
/external/sqlite/dist/
H A Dshell.c3034 char *zHome; local
3043 zHome = find_home_dir();
3044 if( zHome ){
3045 nHistory = strlen30(zHome) + 20;
3047 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
3059 free(zHome);

Completed in 37 milliseconds