HomeSort by relevance Sort by last modified time
    Searched defs:RealPath (Results 1 - 3 of 3) 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...]
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 1 //===- RealPath.h ---------------------------------------------------------===//
18 /** \class RealPath
22 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> : public binary_function
    [all...]
  /external/chromium_org/base/
file_util_posix.cc 85 bool RealPath(const FilePath& path, FilePath* real_path) {
86 ThreadRestrictions::AssertIOAllowed(); // For realpath().
88 if (!realpath(path.value().c_str(), buf))
192 if (realpath(input.value().c_str(), full_path) == NULL)
599 if (!RealPath(path, &real_path_result))

Completed in 468 milliseconds