Searched defs:install_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dsandboxed_extension_unpacker_unittest.cc169 FilePath install_path = local
171 EXPECT_FALSE(file_util::PathExists(install_path));
176 EXPECT_FALSE(file_util::PathExists(install_path));
H A Dextension_updater_unittest.cc276 const FilePath& install_path() const { return install_path_; } function in class:ServiceForDownloadTests
750 FilePath tmpfile_path = service->install_path();
854 FilePath tmpfile_path = service.install_path();
873 EXPECT_FALSE(service.install_path().empty());
877 EXPECT_TRUE(file_util::ReadFileToString(service.install_path(),
880 file_util::Delete(service.install_path(), false);
H A Dextension_service_unittest.cc2844 FilePath install_path = extensions_install_dir_.AppendASCII(id); local
2848 ASSERT_FALSE(file_util::PathExists(install_path));
2868 ASSERT_TRUE(file_util::PathExists(install_path));
2886 ASSERT_FALSE(file_util::PathExists(install_path));

Completed in 4910 milliseconds