Home
last modified time | relevance | path

Searched refs:AbsolutePath (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Tooling/
DCompilationDatabase.cpp85 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()
DJSONCompilationDatabase.cpp307 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()
DTooling.cpp147 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/
DDWARFUnit.cpp258 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()
DDWARFContext.cpp438 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/
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/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_scan_result_controller.cc45 return a.pref_info.AbsolutePath() < b.pref_info.AbsolutePath(); in ScanResultsComparator()
189 platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath()); in DidClickOpenFolderViewer()
Dmedia_file_system_registry_unittest.cc742 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()
Dmedia_galleries_permission_controller.cc53 return a.pref_info.AbsolutePath() < b.pref_info.AbsolutePath(); in GalleriesVectorComparator()
Dmedia_galleries_preferences.h59 base::FilePath AbsolutePath() const;
Dmedia_scan_manager.cc88 it->second.AbsolutePath())); in PartitionChildScanResults()
163 SumFilesUnderPath(gallery.AbsolutePath(), child_folders); in AddScanResultsForProfile()
Dmedia_scan_manager_unittest.cc581 found_galleries.insert(it->second.AbsolutePath()); in TEST_F()
582 DCHECK(!ContainsKey(bad_galleries, it->second.AbsolutePath())); in TEST_F()
Dmedia_file_system_registry.cc375 base::FilePath path = gallery_info.AbsolutePath(); in GetMediaFileSystemsForAttachedDevices()
417 base::FilePath path = gallery.AbsolutePath(); in RegisterAttachedMediaFileSystem()
Dmedia_galleries_preferences.cc333 base::FilePath MediaGalleryPrefInfo::AbsolutePath() const { in AbsolutePath() function in MediaGalleryPrefInfo
349 base::FilePath path = AbsolutePath(); in GetGalleryDisplayName()
377 return AbsolutePath().LossyDisplayName(); in GetGalleryTooltip()