Searched refs:zRelative (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | os_win.c | 126 const char *zRelative /* UTF-8 file name */ 2390 const char *zRelative, /* Possibly relative input path */ in winFullPathname() argument 2398 cygwin_conv_to_full_win32_path(zRelative, zFull); in winFullPathname() 2406 sqlite3_snprintf(pVfs->mxPathname, zFull, "%s", zRelative); in winFullPathname() 2422 zConverted = convertUtf8Filename(zRelative); in winFullPathname() 2470 const char *zRelative /* UTF-8 file name */ in getSectorSize() argument 2476 UNUSED_PARAMETER(zRelative); in getSectorSize() 2489 rc = winFullPathname(pVfs, zRelative, MAX_PATH, zFullpath); in getSectorSize()
|
D | os_os2.c | 1439 const char *zRelative, /* Possibly relative input path */ argument 1443 char *zRelativeCp = convertUtf8PathToCp( zRelative );
|
/external/sqlite/dist/ |
D | sqlite3.c | 37043 const char *zRelative, /* Possibly relative input path */ 37052 if ( sqlite3_data_directory && !winIsVerbatimPathname(zRelative) ){ 37065 CCP_RELATIVE, zRelative, zOut, pVfs->mxPathname+1)<0 ){ 37068 "winFullPathname1", zRelative); 37087 zRelative, zOut, pVfs->mxPathname+1)<0 ){ 37090 "winFullPathname2", zRelative); 37109 if ( sqlite3_data_directory && !winIsVerbatimPathname(zRelative) ){ 37117 sqlite3_data_directory, winGetDirSep(), zRelative); 37119 sqlite3_snprintf(MIN(nFull, pVfs->mxPathname), zFull, "%s", zRelative); 37132 if( zRelative[0]=='/' && winIsDriveLetterAndColon(zRelative+1) ){ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 37023 const char *zRelative, /* Possibly relative input path */ 37032 if ( sqlite3_data_directory && !winIsVerbatimPathname(zRelative) ){ 37045 CCP_RELATIVE, zRelative, zOut, pVfs->mxPathname+1)<0 ){ 37048 "winFullPathname1", zRelative); 37067 zRelative, zOut, pVfs->mxPathname+1)<0 ){ 37070 "winFullPathname2", zRelative); 37089 if ( sqlite3_data_directory && !winIsVerbatimPathname(zRelative) ){ 37097 sqlite3_data_directory, winGetDirSep(), zRelative); 37099 sqlite3_snprintf(MIN(nFull, pVfs->mxPathname), zFull, "%s", zRelative); 37112 if( zRelative[0]=='/' && winIsDriveLetterAndColon(zRelative+1) ){ [all …]
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 23451 const char *zRelative, /* Possibly relative input path */ 23455 char *zRelativeCp = convertUtf8PathToCp( zRelative ); 31246 const char *zRelative /* UTF-8 file name */ 33509 const char *zRelative, /* Possibly relative input path */ 33517 cygwin_conv_to_full_win32_path(zRelative, zFull); 33525 sqlite3_snprintf(pVfs->mxPathname, zFull, "%s", zRelative); 33541 zConverted = convertUtf8Filename(zRelative); 33589 const char *zRelative /* UTF-8 file name */ 33595 UNUSED_PARAMETER(zRelative); 33608 rc = winFullPathname(pVfs, zRelative, MAX_PATH, zFullpath);
|