/external/clang/test/Modules/ |
D | dependency-dump.m | 1 // 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"
|
D | dependency-dump-dependent-module.m | 8 // 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"
|
/external/clang/include/clang/Driver/ |
D | Driver.h | 70 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable 224 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr); 237 vfs::FileSystem &getVFS() const { return *VFS; } in getVFS()
|
/external/squashfs-tools/ |
D | ACKNOWLEDGEMENTS | 40 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.
|
D | CHANGES | 199 1.2 NFS export code rewritten following VFS changes in
|
/external/clang/test/VFS/ |
D | real-path-found-first.m | 2 // 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/ |
D | ASTUnit.cpp | 673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile() local 674 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile() 1553 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in getMainBufferWithPrecompiledPreamble() local 1555 if (!VFS) in getMainBufferWithPrecompiledPreamble() 1559 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in getMainBufferWithPrecompiledPreamble() 1711 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in create() local 1713 if (!VFS) in create() 1715 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create() 1982 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in LoadFromCommandLine() local 1984 if (!VFS) in LoadFromCommandLine() [all …]
|
D | FrontendAction.cpp | 226 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS = in BeginSourceFile() local 229 CI.setVirtualFileSystem(VFS); in BeginSourceFile()
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 51 IntrusiveRefCntPtr<vfs::FileSystem> VFS) in Driver() argument 52 : Opts(createDriverOptTable()), Diags(Diags), VFS(VFS), Mode(GCCMode), in Driver() 64 if (!this->VFS) in Driver() 65 this->VFS = vfs::getRealFileSystem(); in Driver() 663 SmallString<128> VFS; in generateCompilationDiagnostics() local 669 VFS = llvm::sys::path::filename(TempFile); in generateCompilationDiagnostics() 670 llvm::sys::path::append(VFS, "vfs", "vfs.yaml"); in generateCompilationDiagnostics() 675 CrashReportInfo CrashInfo(TempFiles[0], VFS); in generateCompilationDiagnostics()
|
D | ToolChains.cpp | 1704 vfs::FileSystem &VFS; member in __anonfa54c6970111::FilterNonExistent 1707 FilterNonExistent(StringRef Base, vfs::FileSystem &VFS) in FilterNonExistent() argument 1708 : Base(Base), VFS(VFS) {} in FilterNonExistent() 1710 return !VFS.exists(Base + M.gccSuffix() + "/crtbegin.o"); in operator ()()
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 51 IntrusiveRefCntPtr<vfs::FileSystem> VFS) { in newDriver() argument 53 BinaryName, llvm::sys::getDefaultTargetTriple(), *Diagnostics, VFS); in newDriver()
|
/external/libcap/libcap/ |
D | cap_file.c | 22 # error VFS representation of capabilities is not the same size as kernel
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.24 | 5050 [raccess] Skip unrequired resource access rules by Darwin VFS. 5052 When a resource fork access rule by Darwin VFS could open the 5054 by Darwin VFS are skipped. It reduces the warnings of the 5063 but no supported font exists in it. If a rule by Darwin VFS 5064 falls into such cases, there is no need to try other Darwin VFS 5066 If it is TRUE, the Darwin VFS rules are skipped. 5070 [raccess] Grouping resource access rules based on Darwin VFS. 5077 To determine whether the rule index is for Darwin VFS, a local 5090 if the rule specified by the rule index is based on Darwin VFS.
|