Searched refs:IsFileInUse (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dcopy_tree_work_item.h49 bool IsFileInUse(const base::FilePath& path);
H A Dcopy_tree_work_item.cc52 (IsFileInUse(dest_path_))) {
128 bool CopyTreeWorkItem::IsFileInUse(const base::FilePath& path) { function in class:CopyTreeWorkItem
H A Dinstaller_state.h228 static bool IsFileInUse(const base::FilePath& file);
H A Dinstaller_state_unittest.cc55 static bool IsFileInUse(const base::FilePath& file) { function in class:MockInstallerState
56 return InstallerState::IsFileInUse(file);
470 TEST_F(InstallerStateTest, IsFileInUse) {
477 EXPECT_FALSE(MockInstallerState::IsFileInUse(temp_file));
490 EXPECT_TRUE(MockInstallerState::IsFileInUse(temp_file));
494 EXPECT_FALSE(MockInstallerState::IsFileInUse(temp_file));
H A Dinstaller_state.cc590 bool InstallerState::IsFileInUse(const base::FilePath& file) { function in class:installer::InstallerState
643 if (base::PathExists(file) && IsFileInUse(file))
H A Dcopy_tree_work_item_unittest.cc48 bool IsFileInUse(const base::FilePath& path) { function in namespace:__anon7088
473 if (IsFileInUse(file_name_to))
476 ASSERT_FALSE(IsFileInUse(file_name_to));

Completed in 191 milliseconds