Home
last modified time | relevance | path

Searched defs:FileHandle (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dfile_handle.h25 FileHandle() : fd_(kEmptyFileHandle) {} in FileHandle() function
29 explicit FileHandle(int fd) : fd_(fd) {} in FileHandle() function
46 FileHandle(FileHandle&& other) noexcept { in FileHandle() function
/aosp12/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.h15 class FileHandle; variable
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DFileOutputBuffer.h22 class FileHandle; variable
H A DTarget.h27 class FileHandle; variable
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DLinker.h16 class FileHandle; variable
/aosp12/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp29 FileHandle::FileHandle() in FileHandle() function in mcld::FileHandle