OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RealPath
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerDeclContext.h
28
/// number of calls to
realpath
which is expensive. We assume the input are
29
/// files, and cache the
realpath
of their parent. This way we can quickly
33
/// Resolve a path by calling
realpath
and cache its result. The returned
43
SmallString<256>
RealPath
;
44
sys::fs::real_path(ParentPath,
RealPath
);
46
{ParentPath, std::string(
RealPath
.c_str(),
RealPath
.size())});
/src/external/apache2/llvm/dist/llvm/lib/Support/
FileCollector.cpp
65
SmallString<256>
RealPath
;
70
if (sys::fs::real_path(Directory,
RealPath
))
72
CachedDirs[Directory] = std::string(
RealPath
.str());
74
RealPath
= DirWithSymlink->second;
82
sys::path::append(
RealPath
, Filename);
85
Path.swap(
RealPath
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
535
SmallString<256>
RealPath
;
541
if (sys::fs::real_path(Filename,
RealPath
)) {
545
RealFilename =
RealPath
;
/src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp
2565
SmallString<256>
RealPath
;
2566
llvm::sys::fs::real_path(IA->getInputArg().getValue(),
RealPath
,
2568
Hasher.update(
RealPath
);
Completed in 20 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026