Home
last modified time | relevance | path

Searched refs:VFS (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Modules/
Ddependency-dump.m1 // Check that we can dump all of the headers a module depends on, and a VFS map
8 // RUN: FileCheck %s -check-prefix=VFS -input-file %t/vfs/vfs.yaml
9 // VFS: 'name': "SubFramework.h"
10 // VFS: 'name': "Treasure.h"
11 // VFS: 'name': "Module.h"
12 // VFS: 'name': "Sub.h"
13 // VFS: 'name': "Sub2.h"
Ddependency-dump-dependent-module.m8 // RUN: FileCheck %s -check-prefix=VFS < %t/vfs/vfs.yaml
9 // VFS: 'name': "AlsoDependsOnModule.h"
10 // VFS: 'name': "SubFramework.h"
11 // VFS: 'name': "Treasure.h"
12 // VFS: 'name': "Module.h"
13 // VFS: 'name': "Sub.h"
14 // VFS: 'name': "Sub2.h"
Dcrash-vfs-umbrella-frameworks.m45 // intent here is to guarantee that the collect umbrella headers into the VFS
48 // that the VFS overlay won't fallback to use it. Also wipe out the module cache
Dcrash-vfs-path-traversal.m54 // in the VFS overlay.
/external/clang/include/clang/Driver/
DDriver.h71 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
231 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
244 vfs::FileSystem &getVFS() const { return *VFS; } in getVFS()
/external/squashfs-tools/
DACKNOWLEDGEMENTS40 VFS interface for 2.6.22/2.6.23/2.6.24-rc1. Peter also sent some small patches
60 Peter Korsgaard sent a patch updating Squashfs to changes in the VFS interface
80 in the Linux VFS interfaces, and provided patches.
DCHANGES199 1.2 NFS export code rewritten following VFS changes in
/external/clang/test/VFS/
Dreal-path-found-first.m2 // use its VFS-mapped path. If we accidentally use the real path in header
45 // With a VFS-mapped module map file
/external/clang/lib/Frontend/
DASTUnit.cpp673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile() local
674 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1561 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in getMainBufferWithPrecompiledPreamble() local
1563 if (!VFS) in getMainBufferWithPrecompiledPreamble()
1567 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in getMainBufferWithPrecompiledPreamble()
1719 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in create() local
1721 if (!VFS) in create()
1723 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1990 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in LoadFromCommandLine() local
1992 if (!VFS) in LoadFromCommandLine()
[all …]
DFrontendAction.cpp244 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS = in BeginSourceFile() local
247 CI.setVirtualFileSystem(VFS); in BeginSourceFile()
/external/kmod/
DTODO40 Another possibility is to drop the mmap implementation relying on VFS to have
/external/clang/lib/Driver/
DDriver.cpp53 IntrusiveRefCntPtr<vfs::FileSystem> VFS) in Driver() argument
54 : Opts(createDriverOptTable()), Diags(Diags), VFS(std::move(VFS)), in Driver()
66 if (!this->VFS) in Driver()
67 this->VFS = vfs::getRealFileSystem(); in Driver()
737 SmallString<128> VFS; in generateCompilationDiagnostics() local
743 VFS = llvm::sys::path::filename(TempFile); in generateCompilationDiagnostics()
744 llvm::sys::path::append(VFS, "vfs", "vfs.yaml"); in generateCompilationDiagnostics()
749 CrashReportInfo CrashInfo(TempFiles[0], VFS); in generateCompilationDiagnostics()
DToolChains.cpp1855 vfs::FileSystem &VFS; member in __anon690bccca0111::FilterNonExistent
1858 FilterNonExistent(StringRef Base, StringRef File, vfs::FileSystem &VFS) in FilterNonExistent() argument
1859 : Base(Base), File(File), VFS(VFS) {} in FilterNonExistent()
1861 return !VFS.exists(Base + M.gccSuffix() + File); in operator ()()
2014 static bool findMipsAndroidMultilibs(vfs::FileSystem &VFS, StringRef Path, in findMipsAndroidMultilibs() argument
2042 if (VFS.exists(Path + "/mips-r6")) in findMipsAndroidMultilibs()
2044 else if (VFS.exists(Path + "/32")) in findMipsAndroidMultilibs()
/external/clang/lib/Tooling/
DTooling.cpp52 IntrusiveRefCntPtr<vfs::FileSystem> VFS) { in newDriver() argument
55 *Diagnostics, std::move(VFS)); in newDriver()
/external/libcap/libcap/
Dcap_file.c31 # error VFS representation of capabilities is not the same size as kernel
/external/ltp/testcases/kernel/fs/fs_bind/
DREADME2 Test Suite for Bind Mount and Shared Subtree Features in the VFS:
/external/syslinux/doc/
DSubmittingPatches.txt183 USB, framebuffer devices, the VFS, the SCSI subsystem, etc. See the
/external/v8/src/s390/
Dconstants-s390.h586 V(vfs, VFS, 0xE7E2) /* type = VRR_C VECTOR FP SUBTRACT */ \
Dsimulator-s390.cc747 V(vfs, VFS, 0xE7E2) /* type = VRR_C VECTOR FP SUBTRACT */ \ in EvalTableInit()
6105 EVALUATE(VFS) { in EVALUATE() argument
6106 DCHECK_OPCODE(VFS); in EVALUATE()