HomeSort by relevance Sort by last modified time
    Searched defs:actual_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
path_util.cc 68 base::FilePath actual_path = display_path; local
71 actual_path = actual_path.Append(*i);
72 if (actual_path == home_path) {
77 std::string display = GetDisplayBaseName(actual_path);
80 DCHECK_EQ(actual_path.value(), source_path.value());
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_unittest.cc 141 base::FilePath actual_path; local
142 EXPECT_TRUE(data.GetFilename(&actual_path));
143 EXPECT_EQ(current_directory, actual_path);
  /external/chromium_org/extensions/common/
file_util_unittest.cc 429 base::FilePath actual_path = local
431 EXPECT_FALSE(actual_path.IsAbsolute()) <<
432 " For the path " << actual_path.value();
433 EXPECT_EQ(expected_path.value(), actual_path.value()) <<
496 base::FilePath actual_path = local
498 EXPECT_EQ(expected_path.value(), actual_path.value()) <<

Completed in 197 milliseconds