Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DCompilationDatabase.cpp70 llvm::SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource() local
71 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); in autoDetectFromSource()
85 llvm::SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory() local
87 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(AbsolutePath, in autoDetectFromDirectory()
DTooling.cpp139 llvm::SmallString<1024> AbsolutePath(BaseDirectory); in getAbsolutePath() local
140 llvm::sys::path::append(AbsolutePath, RelativePath); in getAbsolutePath()
141 llvm::sys::path::native(Twine(AbsolutePath), PathStorage); in getAbsolutePath()
/external/chromium/chrome/common/extensions/
Dextension_resource.cc45 if (!file_util::AbsolutePath(&clean_extension_root)) in GetFilePath()
57 if (file_util::AbsolutePath(&full_path) && in GetFilePath()
Dextension_resource_unittest.cc82 ASSERT_TRUE(file_util::AbsolutePath(&expected_path)); in TEST()
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp176 SmallString<16> AbsolutePath; in getFileNameForCompileUnit() local
178 sys::path::append(AbsolutePath, CompilationDir); in getFileNameForCompileUnit()
180 sys::path::append(AbsolutePath, FileName); in getFileNameForCompileUnit()
181 FileName = AbsolutePath.str(); in getFileNameForCompileUnit()
/external/chromium/base/test/
Dtest_file_util_posix.cc40 if (!AbsolutePath(&real_to_path)) in CopyRecursiveDirNoCache()
44 if (!AbsolutePath(&real_to_path)) in CopyRecursiveDirNoCache()
/external/chromium/chrome/browser/history/
Dredirect_uitest.cc147 ASSERT_TRUE(file_util::AbsolutePath(&first_path)); in TEST_F()
188 ASSERT_TRUE(file_util::AbsolutePath(&current_path)); in TEST_F()
/external/chromium/chrome/browser/
Dshell_integration.cc37 if (file_util::AbsolutePath(&user_data_dir) && in CommandLineArgsForLauncher()
/external/chromium/chrome/browser/net/
Durl_fixer_upper_unittest.cc412 ASSERT_TRUE(file_util::AbsolutePath(&full_path)); in TEST()
449 ASSERT_TRUE(file_util::AbsolutePath(&full_path)); in TEST()
Durl_fixer_upper.cc109 if (!file_util::AbsolutePath(&file_path)) in ValidPathForFile()
/external/chromium/base/
Dfile_util.cc253 if (!file_util::AbsolutePath(&abs_parent) || in ContainsPath()
254 !file_util::AbsolutePath(&abs_child)) in ContainsPath()
Dfile_util_posix.cc85 bool AbsolutePath(FilePath* path) { in AbsolutePath() function
236 if (!AbsolutePath(&real_to_path)) in CopyDirectory()
240 if (!AbsolutePath(&real_to_path)) in CopyDirectory()
244 if (!AbsolutePath(&real_from_path)) in CopyDirectory()
Dpath_service.cc225 if (!file_util::AbsolutePath(&file_path)) in Override()
Dfile_util.h60 BASE_API bool AbsolutePath(FilePath* path);
Dfile_util_win.cc80 bool AbsolutePath(FilePath* path) { in AbsolutePath() function
/external/chromium/webkit/glue/
Dwebfileutilities_impl.cc91 file_util::AbsolutePath(&file_path); in getAbsolutePath()
/external/chromium/chrome/browser/extensions/
Dextension_creator.cc40 if (!file_util::AbsolutePath(&absolute_extension_dir)) { in InitializeInput()
Dextension_browsertest.cc75 file_util::AbsolutePath(&extension_path); in LoadExtensionImpl()
Dextension_service_unittest.cc960 ASSERT_TRUE(file_util::AbsolutePath(&expected_path)); in TEST_F()
966 ASSERT_TRUE(file_util::AbsolutePath(&expected_path)); in TEST_F()
976 ASSERT_TRUE(file_util::AbsolutePath(&expected_path)); in TEST_F()
Dextension_service.cc226 file_util::AbsolutePath(&extension_path); in LoadSingleExtension()
/external/chromium/chrome/browser/sync/util/
Duser_settings.cc130 file_util::AbsolutePath(&dst_syncdata_path); in MigrateOldVersionsAsNeeded()
/external/chromium/chrome/common/
Dsandbox_policy.cc133 file_util::AbsolutePath(&directory); in AddDirectory()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable.cc388 file_util::AbsolutePath(&db_path); in OpenImpl()