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

/external/javasqlite/src/main/java/SQLite/
H A DJDBCDriver.java12 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);
H A DDatabase.java53 * @param vfs VFS name (for SQLite >= 3.5)
56 public void open(String filename, int mode, String vfs) argument
66 _open4(filename, mode, vfs, false);
82 * @param vfs VFS name (for SQLite >= 3.5)
86 public void open(String filename, int mode, String vfs, boolean ver2) argument
96 _open4(filename, mode, vfs, ver2);
118 private native void _open4(String filename, int mode, String vfs, argument
/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h25 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);
93 // unique_ptr. Optional<unique_ptr<vfs::File>&> might be nicer, but
96 std::unique_ptr<vfs::File> *F,
97 vfs::FileSystem &FS) = 0;
100 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) {
125 std::unique_ptr<vfs
[all...]
H A DVirtualFileSystem.h10 /// \brief Defines the virtual file system interface vfs::FileSystem.
29 namespace vfs { namespace in namespace:clang
226 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
339 } // end namespace vfs
/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h209 namespace vfs { namespace in namespace:clang
213 IntrusiveRefCntPtr<vfs::FileSystem>
/external/clang/include/clang/Driver/
H A DDriver.h40 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
224 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
237 vfs::FileSystem &getVFS() const { return *VFS; }
H A DToolChain.h35 namespace vfs { namespace in namespace:clang
128 vfs::FileSystem &getVFS() const;
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java27 protected String vfs; field in class:JDBCConnection
114 SQLite.Constants.SQLITE_OPEN_CREATE), vfs);
145 String vfs)
156 this.vfs = vfs;
144 JDBCConnection(String url, String enc, String pwd, String drep, String vfs) argument
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp35 using namespace clang::vfs;
228 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() {
234 class RealFSDirIter : public clang::vfs::detail::DirIterImpl {
318 clang::vfs::detail::DirIterImpl::~DirIterImpl() { }
321 class OverlayFSDirIterImpl : public clang::vfs::detail::DirIterImpl {
387 namespace vfs { namespace in namespace:clang
625 class InMemoryDirIterator : public clang::vfs::detail::DirIterImpl {
730 class VFSFromYamlDirIterImpl : public clang::vfs::detail::DirIterImpl {
796 class RedirectingFileSystem : public vfs::FileSystem {
1347 vfs
[all...]
/external/minijail/
H A Dlibminijail.c96 int vfs:1; member in struct:minijail::__anon14793
148 j->flags.vfs = 0;
163 int vfs = j->flags.vfs; local
175 j->flags.vfs = vfs;
355 j->flags.vfs = 1;
370 j->flags.vfs = 1;
398 j->flags.vfs = 1;
575 * Force vfs namespacin
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1053 jstring vfs, jboolean ver2)
1134 if (vfs) {
1135 trans2iso(env, 1, h->enc, vfs, &vfsname);
1052 Java_SQLite_Database__1open4(JNIEnv *env, jobject obj, jstring file, jint mode, jstring vfs, jboolean ver2) argument
/external/testng/ant/
H A Divy-2.1.0.jar ... apache/ivy/plugins/repository/url/ org/apache/ivy/plugins/repository/vfs/ org/apache/ivy/plugins/repository/vsftp/ org/apache/ivy/plugins ...

Completed in 139 milliseconds