Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/util/
Dcopy_tree_work_item.cc128 bool CopyTreeWorkItem::IsFileInUse(const base::FilePath& path) { in IsFileInUse() function in CopyTreeWorkItem
Dinstaller_state_unittest.cc55 static bool IsFileInUse(const base::FilePath& file) { in IsFileInUse() function in MockInstallerState
471 TEST_F(InstallerStateTest, IsFileInUse) { in TEST_F() argument
Dcopy_tree_work_item_unittest.cc48 bool IsFileInUse(const base::FilePath& path) { in IsFileInUse() function
Dinstaller_state.cc590 bool InstallerState::IsFileInUse(const base::FilePath& file) { in IsFileInUse() function in installer::InstallerState