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

  /external/chromium/base/
file_util_unittest.cc 399 ASSERT_FALSE(file_util::NormalizeFilePath(file_a_path,
401 << "NormalizeFilePath() should fail on nonexistent paths.";
405 ASSERT_TRUE(file_util::NormalizeFilePath(file_a_path,
410 ASSERT_TRUE(file_util::NormalizeFilePath(file_b_path,
449 // NormalizeFilePath() fails without crashing.
516 ASSERT_TRUE(file_util::NormalizeFilePath(file_txt, &normalized_path));
521 ASSERT_TRUE(file_util::NormalizeFilePath(to_sub_a.Append(FPL("file.txt")),
527 ASSERT_TRUE(file_util::NormalizeFilePath(base_b.Append(FPL("to_base_b"))
534 // A long enough path will cause NormalizeFilePath() to fail. Make a long
545 ASSERT_FALSE(file_util::NormalizeFilePath(long_path, &normalized_path))
    [all...]
file_util.h 319 BASE_API bool NormalizeFilePath(const FilePath& path, FilePath* real_path);
file_util_posix.cc 49 // Helper for NormalizeFilePath(), defined below.
798 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) {
file_util_win.cc 36 // Helper for NormalizeFilePath(), defined below.
    [all...]
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 128 if (!file_util::NormalizeFilePath(temp_crx_path, &link_free_crx_path)) {

Completed in 87 milliseconds