Home
last modified time | relevance | path

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

/system/ulib/fs/
A Dconnection.cpp104 if (IsPathOnly(open_flags)) { in VnodeServe()
105 vnode->Vnode::Serve(vfs, std::move(channel), open_flags); in VnodeServe()
107 vnode->Serve(vfs, std::move(channel), open_flags); in VnodeServe()
115 uint32_t open_flags; in OpenAt() local
116 FilterFlags(flags, &open_flags, &describe); in OpenAt()
400 uint32_t open_flags; in NodeClone() local
401 FilterFlags(flags, &open_flags, &describe); in NodeClone()
406 open_flags |= (flags_ & (ZX_FS_RIGHTS | kStatusFlags)); in NodeClone()
410 if (!IsPathOnly(open_flags)) { in NodeClone()
411 status = OpenVnode(open_flags, &vn); in NodeClone()
[all …]
/system/ulib/fs-host/
A Dcommon.cpp279 uint32_t open_flags = 0; in ProcessArgs() local
291 open_flags = read_only_ ? O_RDONLY : CMDS[i].flags; in ProcessArgs()
309 fd_.reset(open(device, open_flags, 0644)); in ProcessArgs()

Completed in 9 milliseconds