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

  /external/chromium/chrome/common/extensions/
extension_file_util_unittest.cc 232 FilePath actual_path = local
234 EXPECT_FALSE(actual_path.IsAbsolute()) <<
235 " For the path " << actual_path.value();
236 EXPECT_EQ(expected_path.value(), actual_path.value()) <<
  /external/chromium_org/chromeos/dbus/ibus/
ibus_engine_factory_service_unittest.cc 70 dbus::ObjectPath actual_path; local
71 ASSERT_TRUE(reader.PopObjectPath(&actual_path));
72 EXPECT_EQ(expected_path_, actual_path);
  /external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc 269 base::FilePath actual_path = local
271 EXPECT_FALSE(actual_path.IsAbsolute()) <<
272 " For the path " << actual_path.value();
273 EXPECT_EQ(expected_path.value(), actual_path.value()) <<
336 base::FilePath actual_path = local
338 EXPECT_EQ(expected_path.value(), actual_path.value()) <<
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 125 base::FilePath actual_path = display_path; local
128 actual_path = actual_path.Append(*i);
129 if (actual_path == home_path) {
134 std::string display = GetDisplayBaseName(actual_path);
137 DCHECK_EQ(actual_path.value(), source_path.value());
    [all...]

Completed in 566 milliseconds