/external/clang/lib/Tooling/ |
D | CompilationDatabase.cpp | 85 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource() local 86 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); in autoDetectFromSource() 100 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory() local 102 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(AbsolutePath, in autoDetectFromDirectory()
|
D | JSONCompilationDatabase.cpp | 307 SmallString<128> AbsolutePath( in parse() local 309 llvm::sys::path::append(AbsolutePath, FileName); in parse() 310 llvm::sys::path::native(AbsolutePath.str(), NativeFilePath); in parse()
|
D | Tooling.cpp | 147 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath() local 148 std::error_code EC = llvm::sys::fs::make_absolute(AbsolutePath); in getAbsolutePath() 151 llvm::sys::path::native(AbsolutePath); in getAbsolutePath() 152 return AbsolutePath.str(); in getAbsolutePath()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFUnit.cpp | 258 SmallString<16> AbsolutePath; in parseDWO() local 260 sys::path::append(AbsolutePath, CompilationDir); in parseDWO() 262 sys::path::append(AbsolutePath, DWOFileName); in parseDWO() 264 object::ObjectFile::createObjectFile(AbsolutePath); in parseDWO()
|
D | DWARFContext.cpp | 438 SmallString<16> AbsolutePath; in getFileNameForCompileUnit() local 440 sys::path::append(AbsolutePath, CompilationDir); in getFileNameForCompileUnit() 442 sys::path::append(AbsolutePath, FileName); in getFileNameForCompileUnit() 443 FileName = AbsolutePath.str(); in getFileNameForCompileUnit()
|
/external/chromium_org/tools/ |
D | licenses.py | 237 def AbsolutePath(path, filename, root): function 296 license_path = AbsolutePath(path, filename, root) 309 required_path = AbsolutePath(path, metadata["Required Text"], root)
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | media_galleries_scan_result_controller.cc | 45 return a.pref_info.AbsolutePath() < b.pref_info.AbsolutePath(); in ScanResultsComparator() 189 platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath()); in DidClickOpenFolderViewer()
|
D | media_file_system_registry_unittest.cc | 742 base::FilePath path = it->second.AbsolutePath(); in GetAutoAddedGalleries() 991 EXPECT_EQ(dcim_dir().value(), pref_info.AbsolutePath().value()); in TEST_F() 998 pref_info_with_relpath.AbsolutePath().value()); in TEST_F() 1001 EXPECT_TRUE(pref_info.AbsolutePath().empty()); in TEST_F() 1002 EXPECT_TRUE(pref_info_with_relpath.AbsolutePath().empty()); in TEST_F()
|
D | media_galleries_permission_controller.cc | 53 return a.pref_info.AbsolutePath() < b.pref_info.AbsolutePath(); in GalleriesVectorComparator()
|
D | media_galleries_preferences.h | 59 base::FilePath AbsolutePath() const;
|
D | media_scan_manager.cc | 88 it->second.AbsolutePath())); in PartitionChildScanResults() 163 SumFilesUnderPath(gallery.AbsolutePath(), child_folders); in AddScanResultsForProfile()
|
D | media_scan_manager_unittest.cc | 581 found_galleries.insert(it->second.AbsolutePath()); in TEST_F() 582 DCHECK(!ContainsKey(bad_galleries, it->second.AbsolutePath())); in TEST_F()
|
D | media_file_system_registry.cc | 375 base::FilePath path = gallery_info.AbsolutePath(); in GetMediaFileSystemsForAttachedDevices() 417 base::FilePath path = gallery.AbsolutePath(); in RegisterAttachedMediaFileSystem()
|
D | media_galleries_preferences.cc | 333 base::FilePath MediaGalleryPrefInfo::AbsolutePath() const { in AbsolutePath() function in MediaGalleryPrefInfo 349 base::FilePath path = AbsolutePath(); in GetGalleryDisplayName() 377 return AbsolutePath().LossyDisplayName(); in GetGalleryTooltip()
|