Searched refs:ClearDirty (Results 1 – 5 of 5) sorted by relevance
112 FileError ClearDirty(const std::string& id);
442 TEST_F(FileCacheTest, ClearDirty) { in TEST_F() argument463 EXPECT_EQ(FILE_ERROR_IN_USE, cache_->ClearDirty(id)); in TEST_F()468 EXPECT_EQ(FILE_ERROR_OK, cache_->ClearDirty(id)); in TEST_F()
321 FileError FileCache::ClearDirty(const std::string& id) { in ClearDirty() function in drive::internal::FileCache
46 SyncStatusCode ClearDirty(const std::string& url);342 return tracker_db_->ClearDirty(serialized_url); in ClearDirtyOnDatabase()553 SyncStatusCode LocalFileChangeTracker::TrackerDB::ClearDirty( in ClearDirty() function in sync_file_system::LocalFileChangeTracker::TrackerDB
90 error = cache->ClearDirty(local_id); in PrepareUpdate()179 error = cache->ClearDirty(local_id); in FinishUpdate()