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

  /bionic/tools/versioner/src/
VFS.cpp 35 using namespace llvm::vfs;
37 static void addDirectoryToVFS(InMemoryFileSystem* vfs, const std::string& path) {
62 if (!vfs->addFile(file_path, ent->fts_statp->st_mtime, std::move(buffer_opt.get()))) {
71 auto vfs = std::make_unique<InMemoryFileSystem>(); local
72 addDirectoryToVFS(vfs.get(), header_dir);
74 addDirectoryToVFS(vfs.get(), dependency_dir);
88 vfs->addFile("android/versioning.h", 0, std::move(buffer_opt.get()));
91 return llvm::IntrusiveRefCntPtr<FileSystem>(vfs.release());
versioner.cpp 57 #include "VFS.h"
191 auto vfs = createCommonVFS(location.header_path, location.dependency_dir, add_include); local
206 initializeTargetCC1FlagCache(vfs, types, requirements);
236 compileHeader(vfs, result.get(), job.first, job.second);
241 threads.emplace_back([&jobs, &job_index, &result, vfs]() {
249 compileHeader(vfs, result.get(), job.first, job.second);
  /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);
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::File> *F
    [all...]
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
30 namespace vfs { namespace in namespace:clang
240 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
295 /// Add a buffer to the VFS with a path. The VFS owns the buffer.
300 /// Add a buffer to the VFS with a path. The VFS does not own the buffer.
362 } // end namespace vfs
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 213 namespace vfs { namespace in namespace:clang
217 IntrusiveRefCntPtr<vfs::FileSystem>
  /external/clang/include/clang/Driver/
Driver.h 41 namespace vfs { namespace in namespace:clang
71 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
231 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
244 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 36 namespace vfs { namespace in namespace:clang
129 vfs::FileSystem &getVFS() const;
  /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;
  /art/test/710-varhandle-creation/src/
Main.java 75 static final VarHandle vfs; field in class:Main
142 vfs = MethodHandles.lookup().findVarHandle(Main.class, "fs", short.class);
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 1001 StructStatVfs vfs = Os.statvfs("\/system"); local
1007 StructStatVfs vfs = Os.statvfs("\/"); local
1013 StructStatVfs vfs = Os.statvfs("\/vendor"); local
1019 StructStatVfs vfs = Os.statvfs("\/odm"); local
1025 StructStatVfs vfs = Os.statvfs("\/oem"); local
1031 StructStatVfs vfs = Os.statvfs(getContext().getFilesDir().getAbsolutePath()); local
    [all...]
  /external/clang/include/clang/Format/
Format.h 29 namespace vfs { namespace in namespace:clang
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 38 using namespace clang::vfs;
245 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() {
251 class RealFSDirIter : public clang::vfs::detail::DirIterImpl {
335 clang::vfs::detail::DirIterImpl::~DirIterImpl() { }
338 class OverlayFSDirIterImpl : public clang::vfs::detail::DirIterImpl {
404 namespace vfs { namespace in namespace:clang
441 /// Adapt a InMemoryFile for VFS' File interface.
642 class InMemoryDirIterator : public clang::vfs::detail::DirIterImpl {
709 /// \brief A single file or directory in the VFS.
771 class VFSFromYamlDirIterImpl : public clang::vfs::detail::DirIterImpl
    [all...]
  /external/v8/src/s390/
assembler-s390.h 1444 void vfs(DoubleRegister v1, DoubleRegister v2, DoubleRegister v3) { function in class:v8::internal::Assembler
    [all...]
  /external/minijail/
libminijail.c 136 int vfs : 1; member in struct:minijail::__anon34502
228 j->flags.vfs = 0;
249 int vfs = j->flags.vfs; local
268 j->flags.vfs = vfs;
452 j->flags.vfs = 1;
489 j->flags.vfs = 1;
497 j->flags.vfs = 1;
551 j->flags.vfs = 1
    [all...]
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 

Completed in 883 milliseconds