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

/external/chromium_org/tools/
H A Dlicenses.py237 def AbsolutePath(path, filename, root): function
296 license_path = AbsolutePath(path, filename, root)
309 required_path = AbsolutePath(path, metadata["Required Text"], root)
/external/clang/lib/Tooling/
H A DTooling.cpp147 SmallString<1024> AbsolutePath = RelativePath; local
148 std::error_code EC = llvm::sys::fs::make_absolute(AbsolutePath);
151 llvm::sys::path::native(AbsolutePath);
152 return AbsolutePath.str();
/external/llvm/lib/DebugInfo/
H A DDWARFUnit.cpp258 SmallString<16> AbsolutePath; local
260 sys::path::append(AbsolutePath, CompilationDir);
262 sys::path::append(AbsolutePath, DWOFileName);
264 object::ObjectFile::createObjectFile(AbsolutePath);
H A DDWARFContext.cpp438 SmallString<16> AbsolutePath; local
440 sys::path::append(AbsolutePath, CompilationDir);
442 sys::path::append(AbsolutePath, FileName);
443 FileName = AbsolutePath.str();
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc333 base::FilePath MediaGalleryPrefInfo::AbsolutePath() const { function in class:MediaGalleryPrefInfo
349 base::FilePath path = AbsolutePath();
377 return AbsolutePath().LossyDisplayName();

Completed in 225 milliseconds