Home
last modified time | relevance | path

Searched refs:for_write (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.cpp1246 bool for_write = is_requesting_write(fi->flags); in pf_open() local
1248 if (for_write && node->GetTransforms()) { in pf_open()
1251 TRACE_NODE(node, req) << (for_write ? "write" : "read"); in pf_open()
1263 build_path, io_path, ctx->uid, ctx->pid, node->GetTransformsReason(), for_write, in pf_open()
1264 !for_write /* redact */, true /* log_transforms_metrics */); in pf_open()
1756 bool for_write = mask & W_OK; in pf_access() local
1766 status = fuse->mp->IsOpendirAllowed(path, req->ctx.uid, for_write); in pf_access()
1775 path, path, req->ctx.uid, req->ctx.pid, node->GetTransformsReason(), for_write, in pf_access()
H A DMediaProviderWrapper.h154 bool for_write, bool redact,
H A DMediaProviderWrapper.cpp322 bool for_write, bool redact, in OnFileOpen() argument
333 j_io_path.get(), uid, tid, transforms_reason, for_write, in OnFileOpen()