Home
last modified time | relevance | path

Searched refs:mountId (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dfcntl1ndk.cpp192 int mountId = 0; in NameToHandleAt() local
197 name_to_handle_at(fd, dir, &tempHandle, &mountId, PARAM_0); in NameToHandleAt()
202 ret = name_to_handle_at(fd, dir, handle, &mountId, PARAM_0); in NameToHandleAt()
281 int mountId = 0; in OpenByHandleAt() local
286 name_to_handle_at(fd, dir, &tempHandle, &mountId, PARAM_0); in OpenByHandleAt()
291 ret = name_to_handle_at(fd, dir, handle, &mountId, PARAM_0); in OpenByHandleAt()
292 ret = open_by_handle_at(mountId, handle, PARAM_0); in OpenByHandleAt()

Completed in 1 milliseconds