Home
last modified time | relevance | path

Searched refs:make_file_handle (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/trusty/storage/lib/
H A Dstorage.c32 static inline file_handle_t make_file_handle(storage_session_t s, uint32_t fid) in make_file_handle() function
162 *handle_p = make_file_handle(session, rsp.handle); in storage_open_file()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp647 auto make_file_handle = [](FileReference ref) { return LocalHandle{ref}; }; in TEST_F() local
649 .WillOnce(WithArg<1>(Invoke(make_file_handle))); in TEST_F()