HomeSort by relevance Sort by last modified time
    Searched defs:vfs (Results 1 - 6 of 6) sorted by null

  /external/javasqlite/src/main/java/SQLite/
JDBCDriver.java 12 public static String vfs = null; field in class:JDBCDriver
71 java.lang.System.getProperty("SQLite.vfs");
73 vfs = tvfs;
101 args[4] = info.getProperty("vfs");
107 args[4] = vfs;
136 pp = new DriverPropertyInfo("vfs", vfs);
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 25 namespace vfs { namespace in namespace:clang
30 // FIXME: should probably replace this with vfs::Status
72 std::unique_ptr<vfs::File> *F, FileSystemStatCache *Cache,
73 vfs::FileSystem &FS);
91 // unique_ptr. Optional<unique_ptr<vfs::File>&> might be nicer, but
94 std::unique_ptr<vfs::File> *F,
95 vfs::FileSystem &FS) = 0;
98 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) {
123 std::unique_ptr<vfs::File> *F
    [all...]
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
29 namespace vfs { namespace in namespace:clang
208 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
281 } // end namespace vfs
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 209 namespace vfs { namespace in namespace:clang
213 IntrusiveRefCntPtr<vfs::FileSystem>
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 25 * SQLite 3 VFS to use.
27 protected String vfs; field in class:JDBCConnection
114 SQLite.Constants.SQLITE_OPEN_CREATE), vfs);
145 String vfs)
156 this.vfs = vfs;
  /prebuilts/sdk/tools/
jill.jar 

Completed in 100 milliseconds