HomeSort by relevance Sort by last modified time
    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"
15 // RealPath
16 RealPath::RealPath()
20 RealPath::RealPath(const RealPath::ValueType* s )
25 RealPath::RealPath(const RealPath::StringType &s
    [all...]
Android.mk 15 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...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 15 #include <mcld/Support/RealPath.h>
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 26 #include <mcld/Support/RealPath.h>
  /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 16 #include <mcld/Support/RealPath.h>
    [all...]

Completed in 373 milliseconds