Searched refs:fsyncCount (Results 1 – 1 of 1) sorted by relevance
302 int fsyncCount; field in StorageManagerTest.TestProxyFileDescriptorCallback353 fsyncCount++; in onFsync()460 assertEquals(0, appleCallback.fsyncCount); in testOpenProxyFileDescriptor()461 assertEquals(0, orangeCallback.fsyncCount); in testOpenProxyFileDescriptor()462 assertEquals(0, cherryCallback.fsyncCount); in testOpenProxyFileDescriptor()466 assertEquals(1, appleCallback.fsyncCount); in testOpenProxyFileDescriptor()467 assertEquals(1, orangeCallback.fsyncCount); in testOpenProxyFileDescriptor()468 assertEquals(1, cherryCallback.fsyncCount); in testOpenProxyFileDescriptor()