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

  /external/chromium/chrome/common/extensions/
extension_resource.cc 45 if (!file_util::AbsolutePath(&clean_extension_root))
52 // We also check if the path exists because the posix version of AbsolutePath
54 // Windows... So until the posix and Windows version of AbsolutePath are
56 // TODO(mad): Fix this once AbsolutePath is unified.
57 if (file_util::AbsolutePath(&full_path) &&
extension_resource_unittest.cc 82 ASSERT_TRUE(file_util::AbsolutePath(&expected_path));
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 75 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile));
76 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath);
90 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir));
92 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(AbsolutePath,
JSONCompilationDatabase.cpp 308 SmallString<128> AbsolutePath(
310 llvm::sys::path::append(AbsolutePath, FileName);
311 llvm::sys::path::native(AbsolutePath.str(), NativeFilePath);
Tooling.cpp 140 SmallString<1024> AbsolutePath(BaseDirectory);
141 llvm::sys::path::append(AbsolutePath, RelativePath);
142 llvm::sys::path::native(Twine(AbsolutePath), PathStorage);
  /external/chromium/base/test/
test_file_util_posix.cc 40 if (!AbsolutePath(&real_to_path))
44 if (!AbsolutePath(&real_to_path))
  /external/chromium/chrome/browser/
shell_integration.cc 37 if (file_util::AbsolutePath(&user_data_dir) &&
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 91 file_util::AbsolutePath(&file_path);
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 306 SmallString<16> AbsolutePath;
308 sys::path::append(AbsolutePath, CompilationDir);
310 sys::path::append(AbsolutePath, FileName);
311 FileName = AbsolutePath.str();
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 147 ASSERT_TRUE(file_util::AbsolutePath(&first_path));
188 ASSERT_TRUE(file_util::AbsolutePath(&current_path));
  /external/chromium/chrome/browser/net/
url_fixer_upper_unittest.cc 412 ASSERT_TRUE(file_util::AbsolutePath(&full_path));
449 ASSERT_TRUE(file_util::AbsolutePath(&full_path));
url_fixer_upper.cc 109 if (!file_util::AbsolutePath(&file_path))
  /external/chromium/base/
file_util.cc 253 if (!file_util::AbsolutePath(&abs_parent) ||
254 !file_util::AbsolutePath(&abs_child))
258 // file_util::AbsolutePath() does not flatten case on Windows, so we must do
266 // file_util::AbsolutePath() normalizes '/' to '\' on Windows, so we only need
file_util_posix.cc 85 bool AbsolutePath(FilePath* path) {
236 if (!AbsolutePath(&real_to_path))
240 if (!AbsolutePath(&real_to_path))
244 if (!AbsolutePath(&real_from_path))
path_service.cc 216 // this to the absolute path because on POSIX, AbsolutePath fails if called
225 if (!file_util::AbsolutePath(&file_path))
file_util.h 60 BASE_API bool AbsolutePath(FilePath* path);
file_util_win.cc 80 bool AbsolutePath(FilePath* path) {
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_creator.cc 40 if (!file_util::AbsolutePath(&absolute_extension_dir)) {
extension_browsertest.cc 75 file_util::AbsolutePath(&extension_path);
extension_service_unittest.cc     [all...]
extension_service.cc 226 file_util::AbsolutePath(&extension_path);
    [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 130 file_util::AbsolutePath(&dst_syncdata_path);
  /external/chromium/chrome/common/
sandbox_policy.cc 133 file_util::AbsolutePath(&directory);
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 388 file_util::AbsolutePath(&db_path);
    [all...]

Completed in 1261 milliseconds