Searched defs:AbsolutePath (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp176 SmallString<16> AbsolutePath; local
178 sys::path::append(AbsolutePath, CompilationDir);
180 sys::path::append(AbsolutePath, FileName);
181 FileName = AbsolutePath.str();
/external/chromium/base/
H A Dfile_util_posix.cc85 bool AbsolutePath(FilePath* path) { function in namespace:file_util
236 if (!AbsolutePath(&real_to_path))
240 if (!AbsolutePath(&real_to_path))
244 if (!AbsolutePath(&real_from_path))
H A Dfile_util_win.cc80 bool AbsolutePath(FilePath* path) { function in namespace:file_util

Completed in 180 milliseconds