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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c1382 char zTempPath[CCHMAXPATH]; local
1392 sqlite3_snprintf(CCHMAXPATH-30, zTempPath, "%s", sqlite3_temp_directory);
1397 sqlite3_snprintf(CCHMAXPATH-30, zTempPath, "%s", zTempPathUTF);
1400 zTempPath[0] = (char)('A' + ulDriveNum - 1);
1401 zTempPath[1] = ':';
1402 zTempPath[2] = '\0';
1404 zTempPath[0] = '\0';
1410 j = sqlite3Strlen30(zTempPath);
1411 while( j > 0 && ( zTempPath[j-1] == '\\' || zTempPath[
[all...]
H A Dos_win.c1912 char zTempPath[MAX_PATH+1]; local
1921 sqlite3_snprintf(MAX_PATH-30, zTempPath, "%s", sqlite3_temp_directory);
1928 sqlite3_snprintf(MAX_PATH-30, zTempPath, "%s", zMulti);
1944 sqlite3_snprintf(MAX_PATH-30, zTempPath, "%s", zUtf8);
1955 if( (sqlite3Strlen30(zTempPath) + sqlite3Strlen30(SQLITE_TEMP_FILE_PREFIX) + 17) >= nBuf ){
1959 for(i=sqlite3Strlen30(zTempPath); i>0 && zTempPath[i-1]=='\\'; i--){}
1960 zTempPath[i] = 0;
1963 "%s\\"SQLITE_TEMP_FILE_PREFIX, zTempPath);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c23394 char zTempPath[CCHMAXPATH]; local
23404 sqlite3_snprintf(CCHMAXPATH-30, zTempPath, "%s", sqlite3_temp_directory);
23409 sqlite3_snprintf(CCHMAXPATH-30, zTempPath, "%s", zTempPathUTF);
23412 zTempPath[0] = (char)('A' + ulDriveNum - 1);
23413 zTempPath[1] = ':';
23414 zTempPath[2] = '\0';
23416 zTempPath[0] = '\0';
23422 j = sqlite3Strlen30(zTempPath);
23423 while( j > 0 && ( zTempPath[j-1] == '\\' || zTempPath[
33031 char zTempPath[MAX_PATH+1]; local
[all...]

Completed in 248 milliseconds