/external/webkit/Source/WebCore/platform/sql/chromium/ |
D | SQLiteFileSystemChromiumPosix.cpp | 46 int chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* f… 62 int chromiumOpen(sqlite3_vfs* vfs, const char* fileName, in chromiumOpen() argument 92 result = chromium_sqlite3_fill_in_unix_sqlite3_file(vfs, fd, -1, id, fileName, noLock); in chromiumOpen() 146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname() argument 150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath); in chromiumFullPathname()
|
D | SQLiteFileSystemChromiumWin.cpp | 118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname() argument 122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath); in chromiumFullPathname()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | unixfilesystem.cc | 492 struct statvfs vfs; in GetDiskFreeSpace() local 493 memset(&vfs, 0, sizeof(vfs)); in GetDiskFreeSpace() 494 if (0 != statvfs(existing_path.pathname().c_str(), &vfs)) in GetDiskFreeSpace() 498 *freebytes = static_cast<int64>(vfs.f_bsize) * vfs.f_bavail; in GetDiskFreeSpace() 500 *freebytes = static_cast<int64>(vfs.f_frsize) * vfs.f_bavail; in GetDiskFreeSpace()
|
/external/javasqlite/src/main/java/SQLite/ |
D | JDBCDriver.java | 12 public static String vfs = null; field in JDBCDriver 73 vfs = tvfs; 107 args[4] = vfs; in connect() 136 pp = new DriverPropertyInfo("vfs", vfs); in getPropertyInfo()
|
D | Database.java | 56 public void open(String filename, int mode, String vfs) in open() argument 66 _open4(filename, mode, vfs, false); in open() 86 public void open(String filename, int mode, String vfs, boolean ver2) in open() argument 96 _open4(filename, mode, vfs, ver2); in open() 118 private native void _open4(String filename, int mode, String vfs, in _open4() argument
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCConnection.java | 27 protected String vfs; field in JDBCConnection 114 SQLite.Constants.SQLITE_OPEN_CREATE), vfs); in open() 145 String vfs) in JDBCConnection() argument 156 this.vfs = vfs; in JDBCConnection()
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 1054 jstring vfs, jboolean ver2) in Java_SQLite_Database__1open4() argument 1135 if (vfs) { in Java_SQLite_Database__1open4() 1136 trans2iso(env, 1, h->enc, vfs, &vfsname); in Java_SQLite_Database__1open4()
|
/external/chromium/net/ |
D | net.gyp | 168 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 7316 the actual calls that open a database go through the sqlite3 vfs
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 73329 HTML5 Video with GStreamer pulls gnome-vfs without using it 73332 Remove gnome-vfs include.
|