Searched defs:vfs (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gvfs.c | 49 g_vfs_init (GVfs *vfs) in g_vfs_init() 62 g_vfs_is_active (GVfs *vfs) in g_vfs_is_active() 85 g_vfs_get_file_for_path (GVfs *vfs, in g_vfs_get_file_for_path() 113 g_vfs_get_file_for_uri (GVfs *vfs, in g_vfs_get_file_for_uri() 137 g_vfs_get_supported_uri_schemes (GVfs *vfs) in g_vfs_get_supported_uri_schemes() 161 g_vfs_parse_name (GVfs *vfs, in g_vfs_parse_name() 178 GVfs *vfs; in get_default_vfs() local 246 static gsize vfs = 0; in g_vfs_get_local() local
|
D | glocalvfs.c | 64 g_local_vfs_init (GLocalVfs *vfs) in g_local_vfs_init() 82 g_local_vfs_get_file_for_path (GVfs *vfs, in g_local_vfs_get_file_for_path() 89 g_local_vfs_get_file_for_uri (GVfs *vfs, in g_local_vfs_get_file_for_uri() 121 g_local_vfs_get_supported_uri_schemes (GVfs *vfs) in g_local_vfs_get_supported_uri_schemes() 129 g_local_vfs_parse_name (GVfs *vfs, in g_local_vfs_parse_name() 197 g_local_vfs_is_active (GVfs *vfs) in g_local_vfs_is_active()
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpvfs.c | 99 GWinHttpVfs *vfs; in g_winhttp_vfs_finalize() local 114 g_winhttp_vfs_init (GWinHttpVfs *vfs) in g_winhttp_vfs_init() 147 g_winhttp_vfs_get_file_for_path (GVfs *vfs, in g_winhttp_vfs_get_file_for_path() 154 g_winhttp_vfs_get_file_for_uri (GVfs *vfs, in g_winhttp_vfs_get_file_for_uri() 171 g_winhttp_vfs_get_supported_uri_schemes (GVfs *vfs) in g_winhttp_vfs_get_supported_uri_schemes() 202 g_winhttp_vfs_parse_name (GVfs *vfs, in g_winhttp_vfs_parse_name() 221 g_winhttp_vfs_is_active (GVfs *vfs) in g_winhttp_vfs_is_active() 329 _g_winhttp_response (GWinHttpVfs *vfs, in _g_winhttp_response() 419 _g_winhttp_query_header (GWinHttpVfs *vfs, in _g_winhttp_query_header()
|
D | gwinhttpfile.h | 48 GWinHttpVfs *vfs; member
|
D | gwinhttpfile.c | 90 _g_winhttp_file_new (GWinHttpVfs *vfs, in _g_winhttp_file_new()
|
/external/webkit/Source/WebCore/platform/sql/chromium/ |
D | SQLiteFileSystemChromiumPosix.cpp | 62 int chromiumOpen(sqlite3_vfs* vfs, const char* fileName, in chromiumOpen() 146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname()
|
D | SQLiteFileSystemChromiumWin.cpp | 118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname()
|
/external/javasqlite/src/main/java/SQLite/ |
D | JDBCDriver.java | 12 public static String vfs = null; field in JDBCDriver
|
D | Database.java | 56 public void open(String filename, int mode, String vfs) in open() 86 public void open(String filename, int mode, String vfs, boolean ver2) in open() 118 private native void _open4(String filename, int mode, String vfs, in _open4()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCConnection.java | 27 protected String vfs; field in JDBCConnection 145 String vfs) in JDBCConnection()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | unixfilesystem.cc | 492 struct statvfs vfs; in GetDiskFreeSpace() local
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 1054 jstring vfs, jboolean ver2) in Java_SQLite_Database__1open4()
|