Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dfcntl1ndk.cpp190 struct file_handle tempHandle; in NameToHandleAt() local
191 tempHandle.handle_bytes = PARAM_0; in NameToHandleAt()
197 name_to_handle_at(fd, dir, &tempHandle, &mountId, PARAM_0); in NameToHandleAt()
198 struct file_handle *handle = (struct file_handle *)malloc(tempHandle.handle_bytes); in NameToHandleAt()
199 handle->handle_bytes = tempHandle.handle_bytes; in NameToHandleAt()
279 struct file_handle tempHandle; in OpenByHandleAt() local
280 tempHandle.handle_bytes = PARAM_0; in OpenByHandleAt()
286 name_to_handle_at(fd, dir, &tempHandle, &mountId, PARAM_0); in OpenByHandleAt()
287 struct file_handle *handle = (struct file_handle *)malloc(tempHandle.handle_bytes); in OpenByHandleAt()
288 handle->handle_bytes = tempHandle in OpenByHandleAt()
[all...]

Completed in 2 milliseconds