OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RealPath
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/lib/Support/
RealPath.cpp
1
//===-
RealPath
.cpp -------------------------------------------------------===//
9
#include "mcld/Support/
RealPath
.h"
17
//
RealPath
18
RealPath
::
RealPath
() : Path() {
21
RealPath
::
RealPath
(const
RealPath
::ValueType* s) : Path(s) {
25
RealPath
::
RealPath
(const RealPath::StringType& s) : Path(s)
[
all
...]
Android.mk
15
RealPath
.cpp \
/frameworks/compile/mclinker/include/mcld/Support/
RealPath.h
1
//===-
RealPath
.h ---------------------------------------------------------===//
19
/** \class
RealPath
23
class
RealPath
: public Path {
29
RealPath
();
30
explicit
RealPath
(const ValueType* s);
31
explicit
RealPath
(const StringType& s);
32
explicit
RealPath
(const Path& pPath);
34
~
RealPath
();
36
RealPath
& assign(const Path& pPath);
52
struct less<mcld::sys::fs::
RealPath
>
[
all
...]
/external/clang/include/clang/Basic/
VirtualFileSystem.h
332
void addFileMapping(StringRef VirtualPath, StringRef
RealPath
);
/external/libchrome/base/files/
file_util_posix.cc
84
bool
RealPath
(const FilePath& path, FilePath* real_path) {
85
ThreadRestrictions::AssertIOAllowed(); // For
realpath
().
87
if (!
realpath
(path.value().c_str(), buf))
193
if (
realpath
(input.value().c_str(), full_path) == NULL)
609
if (!
RealPath
(path, &real_path_result))
/external/clang/lib/Basic/
VirtualFileSystem.cpp
[
all
...]
/external/llvm/tools/dsymutil/
DwarfLinker.cpp
[
all
...]
Completed in 7813 milliseconds