HomeSort by relevance Sort by last modified time
    Searched refs:AbsolutePath (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Tooling/
CompilationDatabase.cpp 85 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile));
86 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath);
100 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir));
102 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(AbsolutePath,
JSONCompilationDatabase.cpp 307 SmallString<128> AbsolutePath(
309 llvm::sys::path::append(AbsolutePath, FileName);
310 llvm::sys::path::native(AbsolutePath.str(), NativeFilePath);
Tooling.cpp 147 SmallString<1024> AbsolutePath = RelativePath;
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/
DWARFUnit.cpp 258 SmallString<16> AbsolutePath;
260 sys::path::append(AbsolutePath, CompilationDir);
262 sys::path::append(AbsolutePath, DWOFileName);
264 object::ObjectFile::createObjectFile(AbsolutePath);
DWARFContext.cpp 438 SmallString<16> AbsolutePath;
440 sys::path::append(AbsolutePath, CompilationDir);
442 sys::path::append(AbsolutePath, FileName);
443 FileName = AbsolutePath.str();
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller.cc 45 return a.pref_info.AbsolutePath() < b.pref_info.AbsolutePath();
189 platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath());
media_galleries_preferences.h 70 base::FilePath AbsolutePath() const;
media_file_system_registry_unittest.cc 742 base::FilePath path = it->second.AbsolutePath();
    [all...]
media_galleries_permission_controller.cc 53 return a.pref_info.AbsolutePath() < b.pref_info.AbsolutePath();
media_scan_manager.cc 88 it->second.AbsolutePath()));
163 SumFilesUnderPath(gallery.AbsolutePath(), child_folders);
media_scan_manager_unittest.cc 581 found_galleries.insert(it->second.AbsolutePath());
582 DCHECK(!ContainsKey(bad_galleries, it->second.AbsolutePath()));
media_galleries_preferences.cc 389 base::FilePath MediaGalleryPrefInfo::AbsolutePath() const {
405 base::FilePath path = AbsolutePath();
433 return AbsolutePath().LossyDisplayName();
    [all...]
gallery_watch_manager.cc 223 preferences->known_galleries().find(gallery_id)->second.AbsolutePath();
media_file_system_registry.cc 378 base::FilePath path = gallery_info.AbsolutePath();
420 base::FilePath path = gallery.AbsolutePath();
  /external/chromium_org/tools/
licenses.py 244 def AbsolutePath(path, filename, root):
303 license_path = AbsolutePath(path, filename, root)
316 required_path = AbsolutePath(path, metadata["Required Text"], root)

Completed in 222 milliseconds