Searched refs:make_file_handle (Results 1 – 2 of 2) sorted by relevance
32 static inline file_handle_t make_file_handle(storage_session_t s, uint32_t fid) in make_file_handle() function162 *handle_p = make_file_handle(session, rsp.handle); in storage_open_file()
647 auto make_file_handle = [](FileReference ref) { return LocalHandle{ref}; }; in TEST_F() local649 .WillOnce(WithArg<1>(Invoke(make_file_handle))); in TEST_F()