Home
last modified time | relevance | path

Searched defs:vfs (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/gio/
Dgvfs.c49 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
Dglocalvfs.c64 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/
Dgwinhttpvfs.c99 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()
Dgwinhttpfile.h48 GWinHttpVfs *vfs; member
Dgwinhttpfile.c90 _g_winhttp_file_new (GWinHttpVfs *vfs, in _g_winhttp_file_new()
/external/webkit/Source/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromiumPosix.cpp62 int chromiumOpen(sqlite3_vfs* vfs, const char* fileName, in chromiumOpen()
146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname()
DSQLiteFileSystemChromiumWin.cpp118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname()
/external/javasqlite/src/main/java/SQLite/
DJDBCDriver.java12 public static String vfs = null; field in JDBCDriver
DDatabase.java56 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/
DJDBCConnection.java27 protected String vfs; field in JDBCConnection
145 String vfs) in JDBCConnection()
/external/chromium/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc492 struct statvfs vfs; in GetDiskFreeSpace() local
/external/javasqlite/src/main/native/
Dsqlite_jni.c1054 jstring vfs, jboolean ver2) in Java_SQLite_Database__1open4()