Home
last modified time | relevance | path

Searched defs:io_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/providers/MediaProvider/jni/
Dnode-inl.h146 static node* Create(node* parent, const std::string& name, const std::string& io_path, in Create()
425 node(node* parent, const std::string& name, const std::string& io_path, in node()
DMediaProviderWrapper.h83 const std::string io_path; member
DFuseDaemon.cpp526 const string& io_path = node->GetIoPath(); in get_path() local
594 const string& io_path = file_lookup_result->io_path; in validate_node_path() local
624 const string& io_path = file_lookup_result->io_path; in make_node_entry() local
1580 const string& io_path = get_path(node); in pf_open() local
DMediaProviderWrapper.cpp328 const string& io_path, uid_t uid, in OnFileOpen()
/aosp_15_r20/external/avb/examples/uefi/
H A Duefi_avb_ops.c402 OUT EFI_DEVICE_PATH** io_path) { in get_disk_block_io()