Home
last modified time | relevance | path

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

123

/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/bcc/tools/
Dvfsstat_example.txt4 This traces some common VFS calls and prints per-second summaries. By default,
Dvfscount_example.txt4 This counts VFS calls during time, by tracing all kernel functions beginning
Ddirtop_example.txt32 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
Dfiletop_example.txt34 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
Dxfsdist_example.txt38 This "latency" is measured from when the operation was issued from the VFS
Dzfsdist_example.txt63 This "latency" is measured from when the operation was issued from the VFS
Dnfsdist_example.txt88 This "latency" is measured from when the operation was issued from the VFS
Dbtrfsdist_example.txt44 This "latency" is measured from when the operation was issued from the VFS
Dext4dist_example.txt50 This "latency" is measured from when the operation was issued from the VFS
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp100 vfs::FileSystem &VFS, std::string &Error) { in createInternal() argument
104 VFS.getBufferForFile(Path); in createInternal()
/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.
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h108 vfs::FileSystem &VFS, std::string &Error);
/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/
DTODO45 Another possibility is to drop the mmap implementation relying on VFS to have
/external/libwebsockets/READMEs/
DREADME.esp32.md33 On ESP32 there is not necessarily any generic VFS in use. So instead, the basic auth lookup is bou…
/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()
/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.c51 # error VFS representation of capabilities is not the same size as kernel

123