HomeSort by relevance Sort by last modified time
    Searched refs:RealPath (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 1 //===- RealPath.cpp -------------------------------------------------------===//
9 #include "mcld/Support/RealPath.h"
15 // RealPath
16 RealPath::RealPath()
20 RealPath::RealPath(const RealPath::ValueType* s )
25 RealPath::RealPath(const RealPath::StringType &s
    [all...]
Android.mk 12 RealPath.cpp \
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 1 //===- RealPath.h ---------------------------------------------------------===//
21 /** \class RealPath
25 class RealPath : public Path
32 RealPath();
33 explicit RealPath(const ValueType* s );
34 explicit RealPath(const StringType &s );
35 explicit RealPath(const Path& pPath);
37 ~RealPath();
39 RealPath& assign(const Path& pPath);
55 struct less<mcld::sys::fs::RealPath> : public binary_function
    [all...]
DerivedPositionDependentOptions.h 17 #include "mcld/Support/RealPath.h"
29 sys::fs::RealPath m_Path;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDOutput.h 21 #include <mcld/Support/RealPath.h>
MCLDOptions.h 14 #include "mcld/Support/RealPath.h"
87 sys::fs::RealPath m_Sysroot;
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 19 #include <mcld/Support/RealPath.h>
  /frameworks/compile/mclinker/lib/CodeGen/
LLVMTargetMachine.cpp 14 #include "mcld/Support/RealPath.h"
401 pLinkerOpt->info().output().setPath(sys::fs::RealPath(pOutputFilename));
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 196 sys::fs::RealPath realPath(archiveMemberName);
203 realPath,
219 realPath,
  /external/chromium/base/
file_util_posix.cc 50 bool RealPath(const FilePath& path, FilePath* real_path) {
51 base::ThreadRestrictions::AssertIOAllowed(); // For realpath().
53 if (!realpath(path.value().c_str(), buf))
86 base::ThreadRestrictions::AssertIOAllowed(); // For realpath().
88 if (realpath(path->value().c_str(), full_path) == NULL)
800 if (!RealPath(path, &real_path_result))
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 14 #include <mcld/Support/RealPath.h>

Completed in 637 milliseconds