Searched defs:IsFileInUse (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dcopy_tree_work_item.cc52 (IsFileInUse(dest_path_))) {
128 bool CopyTreeWorkItem::IsFileInUse(const base::FilePath& path) { function in class:CopyTreeWorkItem
H A Dcopy_tree_work_item_unittest.cc48 bool IsFileInUse(const base::FilePath& path) { function in namespace:__anon6833
473 if (IsFileInUse(file_name_to))
476 ASSERT_FALSE(IsFileInUse(file_name_to));
H A Dinstaller_state_unittest.cc55 static bool IsFileInUse(const base::FilePath& file) { function in class:MockInstallerState
56 return InstallerState::IsFileInUse(file);
472 TEST_F(InstallerStateTest, IsFileInUse) {
479 EXPECT_FALSE(MockInstallerState::IsFileInUse(temp_file));
492 EXPECT_TRUE(MockInstallerState::IsFileInUse(temp_file));
496 EXPECT_FALSE(MockInstallerState::IsFileInUse(temp_file));
H A Dinstaller_state.cc605 IsFileInUse(cf_install_path);
617 bool InstallerState::IsFileInUse(const base::FilePath& file) { function in class:installer::InstallerState

Completed in 406 milliseconds