/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"
|
D | crash-vfs-umbrella-frameworks.m | 45 // 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
|
D | crash-vfs-path-traversal.m | 54 // in the VFS overlay.
|
/external/clang/include/clang/Driver/ |
D | Driver.h | 71 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable 231 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr); 244 vfs::FileSystem &getVFS() const { return *VFS; } in getVFS()
|
/external/bcc/tools/ |
D | vfsstat_example.txt | 4 This traces some common VFS calls and prints per-second summaries. By default,
|
D | vfscount_example.txt | 4 This counts VFS calls during time, by tracing all kernel functions beginning
|
D | dirtop_example.txt | 32 This is instrumenting at the VFS interface, so this is reads and writes that 46 Note that tracing VFS level reads and writes can be a frequent activity, and
|
D | filetop_example.txt | 34 order can be changed via -s option. This is instrumenting at the VFS interface, 53 Note that tracing VFS level reads and writes can be a frequent activity, and
|
D | xfsdist_example.txt | 38 This "latency" is measured from when the operation was issued from the VFS
|
D | zfsdist_example.txt | 63 This "latency" is measured from when the operation was issued from the VFS
|
D | nfsdist_example.txt | 88 This "latency" is measured from when the operation was issued from the VFS
|
D | btrfsdist_example.txt | 44 This "latency" is measured from when the operation was issued from the VFS
|
D | ext4dist_example.txt | 50 This "latency" is measured from when the operation was issued from the VFS
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 100 vfs::FileSystem &VFS, std::string &Error) { in createInternal() argument 104 VFS.getBufferForFile(Path); in createInternal()
|
/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.
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 108 vfs::FileSystem &VFS, std::string &Error);
|
/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() 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 …]
|
D | FrontendAction.cpp | 244 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS = in BeginSourceFile() local 247 CI.setVirtualFileSystem(VFS); in BeginSourceFile()
|
/external/kmod/ |
D | TODO | 45 Another possibility is to drop the mmap implementation relying on VFS to have
|
/external/libwebsockets/READMEs/ |
D | README.esp32.md | 33 On ESP32 there is not necessarily any generic VFS in use. So instead, the basic auth lookup is bou…
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 53 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()
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 52 IntrusiveRefCntPtr<vfs::FileSystem> VFS) { in newDriver() argument 55 *Diagnostics, std::move(VFS)); in newDriver()
|
/external/libcap/libcap/ |
D | cap_file.c | 51 # error VFS representation of capabilities is not the same size as kernel
|