HomeSort by relevance Sort by last modified time
    Searched refs:make_file_handle (Results 1 - 2 of 2) sorted by null

  /system/core/trusty/storage/lib/
storage.c 32 static inline file_handle_t make_file_handle(storage_session_t s, uint32_t fid) function
162 *handle_p = make_file_handle(session, rsp.handle);
  /frameworks/native/libs/vr/libpdx/
service_tests.cpp 645 auto make_file_handle = [](FileReference ref) { return LocalHandle{ref}; }; local
647 .WillOnce(WithArg<1>(Invoke(make_file_handle)));

Completed in 73 milliseconds