Searched defs:filesystem_mock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock_unittest.py34 from webkitpy.common.system import filesystem_mock namespace
40 self.fs = filesystem_mock.MockFileSystem()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dhtml5_fs_test.cc94 FileSystemInterfaceMock* filesystem_mock = local
109 ppapi_.SetFileSystemInterfaceDelegate(filesystem_mock);
111 ON_CALL(*filesystem_mock, Create(_, _)).WillByDefault(
114 EXPECT_CALL(*filesystem_mock,
117 EXPECT_CALL(*filesystem_mock, Open(_, expected_expected_size, _))
126 Mock::VerifyAndClearExpectations(&filesystem_mock);

Completed in 261 milliseconds